OpenShaderDesigner 0.0.1
|
EventSystem for posting Events to be handled. More...
#include <EventSystem.h>
Static Public Member Functions | |
static void | PostEvent (const Event *) |
Post an Event to be Handled. | |
template<typename T > | |
static void | RegisterHandler (EventHandler< T > *) |
Register an EventHandler with the EventSystem. | |
template<typename T > | |
static void | UnregisterHandler (EventHandler< T > *) |
Unregister an EventHandler with the EventSystem. | |
EventSystem for posting Events to be handled.
|
static |
Register an EventHandler with the EventSystem.
T | ComponentType of Event handled by the EventHandler. |
|
static |
Unregister an EventHandler with the EventSystem.
T | ComponentType of Event handled by the EventHandler. |