2
3
4
5
13
14
28 EventCallback = callback;
#define SPICES_PROFILE_ZONE
static EventCallbackFn GetEventCallbackFn()
Get Global Root Event Function Pointer.
static void SetEventCallbackFn(const EventCallbackFn &callback)
Set Global Root Event Function Pointer.
This Class is the basic Event Class. Inherit from it and create specific event class.
static Event::EventCallbackFn EventCallback
Single instance of Root Event Function Pointer.