Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2006, 1:11:10 PM (18 years ago)
Author:
bensch
Message:

Events are subscribed at the EventListener, and not the EventHandler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/world_entities/weapons/crosshair.cc

    r7221 r7866  
    6565  this->material = new Material;
    6666
    67   //EventHandler::getInstance()->subscribe(this, ES_GAME, EV_MOUSE_MOTION);
     67  //this->subscribeEvent(ES_GAME, EV_MOUSE_MOTION);
    6868
    6969  // center the mouse on the screen, and also hide the cursors
Note: See TracChangeset for help on using the changeset viewer.