#include <eventmanager.h>
Public Member Functions | |
EventManager () | |
virtual | ~EventManager () |
void | processEvents () |
Event Manager manages all events related to FIFE
Definition at line 67 of file eventmanager.h.
FIFE::EventManager::EventManager | ( | ) |
Constructor.
Definition at line 42 of file eventmanager.cpp.
FIFE::EventManager::~EventManager | ( | ) | [virtual] |
Destructor
Definition at line 54 of file eventmanager.cpp.
void FIFE::EventManager::processEvents | ( | ) |
Process the SDL event queue. This is to be called only by the engine itself once per frame. It passes appropriate events to their listeners
Definition at line 347 of file eventmanager.cpp.
References FIFE::Command::setSource().