SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SystemManager() [1/2]

Spices::SystemManager::SystemManager ( )

Constructor Function.

Set Golbal EventCallBack

Set Golbal EventCallBack

Definition at line 30 of file SystemManager.cpp.

31 {
33
38 }
#define BIND_EVENT_FN(x)
Bind Event.
Definition Event.h:88
#define SPICES_PROFILE_ZONE
static void SetEventCallbackFn(const EventCallbackFn &callback)
Set Global Root Event Function Pointer.
Definition Event.cpp:24
void OnEvent(Event &event)
The root event function pointer.

References OnEvent(), and Spices::Event::SetEventCallbackFn().

Referenced by Spices::Application::Application().