FIFE  2008.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
FIFE::ISdlEventListener Class Referenceabstract

#include <ec_isdleventlistener.h>

Inherited by FIFE::IGUIManager.

Collaboration diagram for FIFE::ISdlEventListener:
Collaboration graph

Public Member Functions

virtual bool onSdlEvent (SDL_Event &evt)=0
 

Detailed Description

Listener of SDL events. To be able to listen for commands you must make a class which inherits from this class and implements the onSdlEvent function.

Definition at line 44 of file ec_isdleventlistener.h.

Member Function Documentation

virtual bool FIFE::ISdlEventListener::onSdlEvent ( SDL_Event &  evt)
pure virtual

Called when an SDL event is received from SDL

Parameters
evtSDL event

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