MCPcopy Create free account
hub / github.com/SOUI2/soui / GetEventObject

Method GetEventObject

SOUI/src/event/EventSet.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 SEvent * SEventSet::GetEventObject(const DWORD dwEventID )
100 {
101 for(UINT i=0;i<m_evtArr.GetCount();i++)
102 {
103 if(m_evtArr[i]->GetID()==dwEventID) return m_evtArr[i];
104 }
105 return NULL;
106 }
107
108 void SEventSet::FireEvent(EventArgs& args )
109 {

Callers

nothing calls this directly

Calls 2

GetCountMethod · 0.45
GetIDMethod · 0.45

Tested by

no test coverage detected