Changeset 1259 for code/branches/input/src/orxonox
- Timestamp:
- May 12, 2008, 7:06:49 PM (17 years ago)
- Location:
- code/branches/input/src/orxonox
- Files:
-
- 2 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); -
code/branches/input/src/orxonox/objects/SpaceShip.h
r1236 r1259 69 69 bool mouseButtonHeld (const MouseState& state, MouseButton::Enum id) { return true; } 70 70 bool mouseMoved (const MouseState& state); 71 bool mouse WheelTurned(const MouseState& state) { return true; }71 bool mouseScrolled (const MouseState& state) { return true; } 72 72 73 73
Note: See TracChangeset
for help on using the changeset viewer.