Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2005, 11:22:50 PM (18 years ago)
Author:
bknecht
Message:

implemented mousecontrol for spaceship

File:
1 edited

Legend:

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

    r5907 r5921  
    5555    bool                  bDescend;           //!< descend button presses.
    5656    bool                  bFire;              //!< fire button pressed.
     57   
     58    float                 xMouse;             //!< mouse moved in x-Direction
     59    float                 yMouse;             //!< mouse moved in y-Direction
    5760
    5861    Vector                velocity;           //!< the velocity of the player.
Note: See TracChangeset for help on using the changeset viewer.