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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.