Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1205


Ignore:
Timestamp:
Apr 30, 2008, 3:15:45 PM (16 years ago)
Author:
rgrieder
Message:
  • removed obsolete files
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  
    77  InputHandler.cc
    88  InputManager.cc
    9 #  InputEventListener.cc
    109  MetaObjectList.cc
    1110  ConfigFileManager.cc
  • code/branches/input/src/core/InputHandler.cc

    r1203 r1205  
    9797    bindingsKeyPress_[OIS::KC_NUMPADENTER] = "activateConsole";
    9898    bindingsKeyPress_[OIS::KC_ESCAPE] = "exit";
    99     bindingsKeyHold_[OIS::KC_U] = "exec disco.txt";
     99    bindingsKeyHold_ [OIS::KC_U] = "exec disco.txt";
    100100
    101101    COUT(ORX_DEBUG) << "KeyBinder: Loading key bindings done." << std::endl;
Note: See TracChangeset for help on using the changeset viewer.