Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Feb 3, 2006, 12:04:51 AM (18 years ago)
Author:
bensch
Message:

trunk: UP is FORWARD, DOWN is BACKWARD

File:
1 edited

Legend:

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

    r5978 r6997  
    3939
    4040 public:
    41   static int PEV_UP;                //!< up button
    42   static int PEV_DOWN;              //!< down buttton
     41  static int PEV_FORWARD;           //!< forward button
     42  static int PEV_BACKWARD;          //!< backward buttton
    4343  static int PEV_LEFT;              //!< left button
    4444  static int PEV_RIGHT;             //!< right button
Note: See TracChangeset for help on using the changeset viewer.