SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetEventCallbackFn()

Event::EventCallbackFn Spices::Event::GetEventCallbackFn ( )
staticinherited

Get Global Root Event Function Pointer.

Returns
Returns the Global Root Event Function Pointer.

Definition at line 17 of file Event.cpp.

18 {
20
21 return EventCallback;
22 }
#define SPICES_PROFILE_ZONE
static Event::EventCallbackFn EventCallback
Single instance of Root Event Function Pointer.
Definition Event.cpp:15

Referenced by Spices::ViewPortResizeQuerier::OnTick(), Spices::WorldMarkQuerier::OnTick(), Spices::VulkanRenderBackend::RecreateSwapChain(), and Spices::VulkanWindows::SetInternalCallBack().