StevEngine
StevEngine is a customizable C++ game engine.
|
Base class for event handlers. More...
#include <main/EventSystem.hpp>
Public Member Functions | |
virtual void | Execute (const Event &e)=0 |
Execute handler with event. | |
Utilities::ID | GetType () const |
Get handler type ID. | |
Public Attributes | |
const Utilities::ID | handlerType |
Unique handler identifier. | |
Base class for event handlers.
|
pure virtual |
Execute handler with event.
e | Event to handle |
Implemented in StevEngine::EventHandler< EventType >.
|
inline |
Get handler type ID.