SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnEvent()

void Spices::SlateRegister::OnEvent ( Event & event)

This function will be called on global Event function pointer is called.

Parameters
[in]eventThe Specific Event Type.

Iter hash map.

Iter hash map.

Definition at line 40 of file SlateRegister.cpp.

41 {
43
47 for (auto& pair : m_SlatesEventContainer)
48 {
49 pair.second->OnEvent(event);
50 }
51 }
#define SPICES_PROFILE_ZONE
std::unordered_map< std::string, std::shared_ptr< ImguiSlate > > m_SlatesEventContainer
The container of all slate handle.