Changeset 3270 for code/branches/core4/src/orxonox/gamestates
- Timestamp:
- Jul 6, 2009, 12:03:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/gamestates/GSGraphics.cc
r3254 r3270 122 122 123 123 // Calls the InputManager which sets up the input devices. 124 inputManager_ = new InputManager(); 125 inputManager_->initialise(windowHnd, renderWindow->getWidth(), renderWindow->getHeight(), true); 124 inputManager_ = new InputManager(windowHnd, renderWindow->getWidth(), renderWindow->getHeight()); 126 125 127 126 // load master key bindings
Note: See TracChangeset
for help on using the changeset viewer.