yev_get_state_name()
#
yev_get_state_name()
retrieves the name of the current state of the specified event.
Prototype
const char *yev_get_state_name(
yev_event_h yev_event
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The event handle whose state name is to be retrieved. |
Return Value
A string representing the name of the current state of the event.
Notes
The returned string corresponds to one of the predefined event states.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples