Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::IGeoEvent

Cross platform Event class.

Variables

NameDescription
Impl::EventHandle m_Event

The event handle.

Functions

NameDescription
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


Anchor
abdfc492ae955615d92880f6def35d83c
abdfc492ae955615d92880f6def35d83c

Impl::EventHandle Geo::IGeoEvent::GetHandle

...

public: Impl::EventHandle GetHandle()

...

Returns the event handle.


Anchor
a061cac2796fe982c7ad0aa7e34d5e81a
a061cac2796fe982c7ad0aa7e34d5e81a

Geo::IGeoEvent::IGeoEvent

...

protected: IGeoEvent()

...

Constructor.


Anchor
ac290b644648c983cae0aec93ef302c60
ac290b644648c983cae0aec93ef302c60

static s32 Geo::IGeoEvent::WaitForMultipleEvents

...

public: s32 WaitForMultipleEvents
(
    GeoArray< GeoRefPtr< IGeoEvent >> events,
    u32 waitMilliseconds
)

...

cross platform implementation of WaitForMultipleObjects returns index of event that triggers, or -1 for failure