Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7637 in orxonox.OLD for branches/qt_gui/src/lib/event/key_mapper.h


Ignore:
Timestamp:
May 17, 2006, 11:10:02 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: keys added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/event/key_mapper.h

    r7635 r7637  
    2020  typedef struct KeyMapping
    2121  {
    22     int* pValue;
     22    int*              pValue;
    2323    const std::string pName;
    2424  };
     
    3232  void loadKeyBindings(IniParser* iniParser);
    3333
    34   static const KeyMapping* const getKeyMapping() { return KeyMapper::map; };
     34  static const KeyMapping* getKeyMapping() { return KeyMapper::map; };
    3535
    3636  void debug();
Note: See TracChangeset for help on using the changeset viewer.