Changeset 5924 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships
- Timestamp:
- Dec 4, 2005, 11:37:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r5921 r5924 375 375 else if( event.type == EV_MOUSE_MOTION) 376 376 { 377 this->xMouse = event.x ;378 this->yMouse = event.y ;377 this->xMouse = event.xRel; 378 this->yMouse = event.yRel; 379 379 } 380 380 }
Note: See TracChangeset
for help on using the changeset viewer.