Home | All Classes | Grouped Classes | Index | Search
ClanLib Event trigger. More...
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
Construction:
Constructs an event trigger object. |
Attributes:
Returns true if the trigger flag has been raised. |
Operations:
Reset trigger flag. | |
Raise trigger flag. | |
Wait until the event triggers. |
Implementation:
Detailed description:
!group=Core/System! !header=core.h!This class represents an event that can be triggered.
Collect several triggers together using the CL_EventListener class, and then call the CL_EventListener::wait function to sleep until one of the events are triggered.