Cross platform Event class.
Name | Description |
---|---|
Impl::EventHandle m_Event | The event handle. |
Name | Description |
---|---|
GetHandle() | Returns the event handle. |
IGeoEvent() | Constructor. |
WaitForMultipleEvents(GeoArray< GeoRefPtr< IGeoEvent >>, u32) | cross platform implementation of WaitForMultipleObjects returns index of event that triggers, or -1 for failure |
public: Impl::EventHandle GetHandle()
Returns the event handle.
protected: IGeoEvent()
Constructor.
public: s32 WaitForMultipleEvents
(
GeoArray< GeoRefPtr< IGeoEvent >> events,
u32 waitMilliseconds
)
cross platform implementation of WaitForMultipleObjects returns index of event that triggers, or -1 for failure