|
FIFE
|
Listener of SDL events. More...
#include <ec_isdleventlistener.h>
Inheritance diagram for FIFE::ISdlEventListener:
Collaboration diagram for FIFE::ISdlEventListener:Public Member Functions | |
| virtual bool | onSdlEvent (SDL_Event &evt)=0 |
| Called when an SDL event is received from SDL. More... | |
| virtual | ~ISdlEventListener () |
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.
|
inlinevirtual |
Definition at line 51 of file ec_isdleventlistener.h.
|
pure virtual |
Called when an SDL event is received from SDL.
| evt | SDL event |
Implemented in FIFE::FifechanManager, FIFE::LibRocketManager, FIFE::HybridGuiManager, FIFE::CEGuiManager, and FIFE::CEGui_0Manager.