yev_set_flag()
#
Sets or clears a specific flag on the given yev_event_h
event.
Prototype
void yev_set_flag(
yev_event_h yev_event,
yev_flag_t flag,
BOOL set
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The event handle on which the flag will be modified. |
|
|
The flag to be set or cleared. |
|
|
If |
Return Value
This function does not return a value.
Notes
Use yev_get_flag()
to check the current state of a flag.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples