Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

trunk: more button definitions

File:
1 edited

Legend:

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

    r6997 r6998  
    4343  static int PEV_LEFT;              //!< left button
    4444  static int PEV_RIGHT;             //!< right button
     45  static int PEV_UP;                //!< up button
     46  static int PEV_DOWN;              //!< down button
    4547
    4648  static int PEV_ROLL_LEFT;         //!< rolls left
     
    5456  static int PEV_PREVIOUS_WEAPON;   //!< prev weapon button
    5557  static int PEV_NEXT_WEAPON;       //!< next weapon button
     58
     59  static int PEV_CHANGE_SHIP;       //!< The button to change the Ship.
    5660
    5761  static int PEV_VIEW0;             //!< view 0 button
Note: See TracChangeset for help on using the changeset viewer.