Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 3:19:15 PM (18 years ago)
Author:
nicolasc
Message:

initial upload form mouse aiming in VS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/weapons/weapon_manager.cc

    r10698 r10714  
    630630}
    631631
    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.