Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2005, 3:43:01 PM (18 years ago)
Author:
bknecht
Message:

Mousecontrol implemented! Mousesensitivity implemented! Mouse is grabbed! Control works fine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h

    r5921 r5964  
    5555    bool                  bDescend;           //!< descend button presses.
    5656    bool                  bFire;              //!< fire button pressed.
     57    bool                  bRollL;             //!< rolling button pressed (left)
     58    bool                  bRollR;             //!< rolling button pressed (right)
    5759   
    5860    float                 xMouse;             //!< mouse moved in x-Direction
    5961    float                 yMouse;             //!< mouse moved in y-Direction
     62    float                 mouseSensitivity;   //!< the mouse sensitivity
    6063
    6164    Vector                velocity;           //!< the velocity of the player.
Note: See TracChangeset for help on using the changeset viewer.