Changeset 7637 in orxonox.OLD for branches/qt_gui/src/lib/event/key_mapper.h
- Timestamp:
- May 17, 2006, 11:10:02 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/event/key_mapper.h
r7635 r7637 20 20 typedef struct KeyMapping 21 21 { 22 int* pValue;22 int* pValue; 23 23 const std::string pName; 24 24 }; … … 32 32 void loadKeyBindings(IniParser* iniParser); 33 33 34 static const KeyMapping* constgetKeyMapping() { return KeyMapper::map; };34 static const KeyMapping* getKeyMapping() { return KeyMapper::map; }; 35 35 36 36 void debug();
Note: See TracChangeset
for help on using the changeset viewer.