Changeset 1878 for code/trunk/src/orxonox/gui
- Timestamp:
- Oct 3, 2008, 1:26:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gui/GUIManager.cc
r1810 r1878 156 156 SimpleInputState* state = InputManager::getInstance().createInputState<SimpleInputState>("gui", 30); 157 157 state->setHandler(this); 158 state->setJoyStickHandler( new EmptyHandler());158 state->setJoyStickHandler(&InputManager::EMPTY_HANDLER); 159 159 160 160 // load the background scene
Note: See TracChangeset
for help on using the changeset viewer.