yev_event_type_name()
#
yev_event_type_name()
returns a string representation of the event type associated with the given yev_event_h
handle.
Prototype
const char *yev_event_type_name(
yev_event_h yev_event
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
Handle to the event whose type name is to be retrieved. |
Return Value
A pointer to a constant string representing the event type name.
Notes
The returned string is statically allocated and should not be modified or freed by the caller.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples