Changeset 1205
- Timestamp:
- Apr 30, 2008, 3:15:45 PM (17 years ago)
- Location:
- code/branches/input/src
- Files:
-
- 1 added
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/core/CMakeLists.txt
r1203 r1205 7 7 InputHandler.cc 8 8 InputManager.cc 9 # InputEventListener.cc10 9 MetaObjectList.cc 11 10 ConfigFileManager.cc -
code/branches/input/src/core/InputHandler.cc
r1203 r1205 97 97 bindingsKeyPress_[OIS::KC_NUMPADENTER] = "activateConsole"; 98 98 bindingsKeyPress_[OIS::KC_ESCAPE] = "exit"; 99 bindingsKeyHold_ [OIS::KC_U] = "exec disco.txt";99 bindingsKeyHold_ [OIS::KC_U] = "exec disco.txt"; 100 100 101 101 COUT(ORX_DEBUG) << "KeyBinder: Loading key bindings done." << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.