FIFE
2008.0
|
#include <ec_isdleventlistener.h>
Inherited by FIFE::IGUIManager.
Public Member Functions | |
virtual bool | onSdlEvent (SDL_Event &evt)=0 |
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.
|
pure virtual |
Called when an SDL event is received from SDL
evt | SDL event |