Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4866 in orxonox.OLD for orxonox/trunk/src/lib/event/key_mapper.h


Ignore:
Timestamp:
Jul 14, 2005, 10:38:21 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Iniparser is passed on to the EvenetHandler over orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/event/key_mapper.h

    r4836 r4866  
    1 /*! 
     1/*!
    22    \file key_mapper.h
    33  *  a construct to map player defined keys to SDL keys
     
    1212#include "event_def.h"
    1313
     14class IniParser;
    1415
    1516//! A mapping from key-name to key-id
     
    2930
    3031  void loadKeyBindings(const char* fileName = DEFAULT_CONFIG_FILE);
     32  void loadKeyBindings(IniParser* iniParser);
    3133
    3234  void debug();
     
    4143  static int PEV_LEFT;              //!< left button
    4244  static int PEV_RIGHT;             //!< right button
    43  
     45
    4446  static int PEV_STRAFE_LEFT;       //!< strafe left button
    4547  static int PEV_STRAFE_RIGHT;      //!< strafe right button
    46  
     48
    4749  static int PEV_FIRE1;             //!< fire button 1
    4850  static int PEV_FIRE2;             //!< fire button 2
Note: See TracChangeset for help on using the changeset viewer.