![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
ClanLib Event trigger.
Contained in: global
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
public function member index: |
||
Construction: |
||
CL_EventTrigger | (); | |
CL_EventTrigger | (const CL_EventTrigger& copy); | |
virtual | ~CL_EventTrigger | (); |
Attributes: |
||
bool | get_flag | () const; |
Operations: |
||
CL_EventTrigger& | operator = | (const CL_EventTrigger& copy); |
void | reset | () const; |
void | set_flag | (); |
bool | wait | (int timeout = -1); |
If timeout = -1, this function will not timeout.
Returns true if the event triggered, false if it timed out.