Changeset 1259 for code/branches/input/src/orxonox/Orxonox.cc
- Timestamp:
- May 12, 2008, 7:06:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/Orxonox.cc
r1219 r1259 401 401 { 402 402 if (!InputManager::initialise(ogre_->getWindowHandle(), 403 ogre_->getWindowWidth(), ogre_->getWindowHeight() ))403 ogre_->getWindowWidth(), ogre_->getWindowHeight(), true, true, true)) 404 404 abortImmediateForce(); 405 405 InputManager::setInputState(InputManager::IS_NORMAL);
Note: See TracChangeset
for help on using the changeset viewer.