Changeset 10714 in orxonox.OLD for branches/presentation/src/world_entities/weapons/weapon_manager.cc
- Timestamp:
- Jun 18, 2007, 3:19:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/weapon_manager.cc
r10698 r10714 630 630 } 631 631 632 632 /** 633 * processes the input 634 * @param event the Event coming as input 635 */ 636 // void WeaponManager::process(const Event &event) 637 // { 638 // if (event.type == EV_MOUSE_MOTION) 639 // { 640 // this->crosshair->process(event); 641 // // this->setAbsCoor2D(event.x, event.y); 642 // } 643 // }
Note: See TracChangeset
for help on using the changeset viewer.