Changeset 1656 for code/branches/gui/src/orxonox
- Timestamp:
- Aug 10, 2008, 9:43:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/Orxonox.cc
r1654 r1656 269 269 inputManager_ = new InputManager(); 270 270 inputManager_->initialise(graphicsEngine_->getWindowHandle(), 271 graphicsEngine_->getWindowWidth(), graphicsEngine_->getWindowHeight(), true , true, true);271 graphicsEngine_->getWindowWidth(), graphicsEngine_->getWindowHeight(), true); 272 272 KeyBinder* keyBinder = new KeyBinder(); 273 273 keyBinder->loadBindings();
Note: See TracChangeset
for help on using the changeset viewer.