Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2008, 7:06:49 PM (17 years ago)
Author:
rgrieder
Message:

many minor changes, but it's more of a 'svn save' since I'm gonna start rewriting parts of the keybinder

Location:
code/branches/input/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/orxonox/Orxonox.cc

    r1219 r1259  
    401401  {
    402402    if (!InputManager::initialise(ogre_->getWindowHandle(),
    403           ogre_->getWindowWidth(), ogre_->getWindowHeight()))
     403          ogre_->getWindowWidth(), ogre_->getWindowHeight(), true, true, true))
    404404      abortImmediateForce();
    405405    InputManager::setInputState(InputManager::IS_NORMAL);
  • code/branches/input/src/orxonox/objects/SpaceShip.h

    r1236 r1259  
    6969            bool mouseButtonHeld    (const MouseState& state, MouseButton::Enum id) { return true; }
    7070            bool mouseMoved         (const MouseState& state);
    71             bool mouseWheelTurned   (const MouseState& state) { return true; }
     71            bool mouseScrolled      (const MouseState& state) { return true; }
    7272
    7373
Note: See TracChangeset for help on using the changeset viewer.