Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7897 in orxonox.OLD for branches/gui/src/lib/event/event_handler.h


Ignore:
Timestamp:
May 27, 2006, 6:02:19 AM (18 years ago)
Author:
bensch
Message:

/ When Changing the State, all the keys will be released.

/ This is done by sending each eventListener, that still
/ has an Event subscribed, a Release Event.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/event/event_handler.h

    r7895 r7897  
    1111#include "key_mapper.h"
    1212#include "event_def.h"
     13#include "event.h"
    1314#include <stack>
    1415#include <vector>
     
    4546  bool grabbedEvents() const { return this->eventsGrabbed; };
    4647
    47   void process();
     48  void process() const;
     49  void dispachEvent(const Event& event) const;
    4850
    4951  static int eventFilter(const SDL_Event *event);
Note: See TracChangeset for help on using the changeset viewer.