OpenShaderDesigner 0.0.1
|
EventHandler interface for creating custom EventHandlers. More...
#include <EventSystem.h>
Public Types | |
using | HandledType = EventType |
The type handled by the EventHandler. | |
Public Member Functions | |
virtual bool | HandleEvent (const HandledType *event)=0 |
Virtual function for custom EventHandler implementations. | |
EventHandler interface for creating custom EventHandlers.
EventType | The ComponentType of Event handled by the EventHandler |
|
pure virtual |
Virtual function for custom EventHandler implementations.
event | The Event being handled. |