![]() |
Max OS 0.3
|
Used to handle an event. More...
#include <eventHandler.h>
Public Member Functions | |
| virtual Event< EventType > * | on_event (Event< EventType > *event) |
| This function is called when an event is raised. | |
Used to handle an event.
| EventType | The type of event |
Definition at line 51 of file eventHandler.h.
|
virtual |
This function is called when an event is raised.
| EventType | The type of event |
| event | The event that was raised |
Definition at line 106 of file eventHandler.h.