FIFE  2008.0
FIFE::ISdlEventListener Class Reference

#include <ec_isdleventlistener.h>

Inherited by FIFE::GUIManager.

List of all members.

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: