Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4366 in orxonox.OLD for orxonox/trunk/src/util/event/event_handler.h


Ignore:
Timestamp:
May 28, 2005, 3:53:41 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: player defined keys mapping started

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/event/event_handler.h

    r4364 r4366  
    5151  static EventHandler* singletonRef;
    5252
     53
     54 public:
     55  /* i will make a special class for the key mappings incl ini parsing! TEMP only: */
     56  static int PEV_UP;
     57  static int PEV_DOWN;
     58  static int PEV_LEFT;
     59  static int PEV_RIGHT;
     60 
     61  static int PEV_STRAFE_LEFT;
     62  static int PEV_STRAFE_RIGHT;
     63
     64  static int PEV_FIRE1;
     65  static int PEV_FIRE2;
     66
     67  static int PEV_VIEW1;
     68  static int PEV_VIEW2;
     69  static int PEV_VIEW3;
     70  static int PEV_VIEW4;
     71
     72 private:
    5373  KeyBindings* keyAliases;
    5474  EventListener*** listeners;                         //!< a list of registered listeners
Note: See TracChangeset for help on using the changeset viewer.