Public Member Functions

FIFE::EventManager Class Reference

#include <eventmanager.h>

Inheritance diagram for FIFE::EventManager:
Inheritance graph
[legend]
Collaboration diagram for FIFE::EventManager:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EventManager ()
virtual ~EventManager ()
void processEvents ()

Detailed Description

Event Manager manages all events related to FIFE

Definition at line 67 of file eventmanager.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


The documentation for this class was generated from the following files: