Functions in
screen.h
Functions that are available for events.
screen_create_event()
Create an event that can later be filled with event data.
screen_destroy_event()
Destroy an event and free associated memory.
screen_get_event()
Wait for a screen event.
screen_get_event_property_cv()
Retrieve the current value of the specified event property of type char.
screen_get_event_property_iv()
Retrieve the current value of the specified event property of type integer.
screen_get_event_property_llv()
Retrieve the current value of the specified event property of type long long integer.
screen_get_event_property_pv()
Retrieve the current value of the specified event property of type void*.
screen_set_event_property_cv()
Set the value of the specified event property of type char.
screen_set_event_property_iv()
Set the value of the specified event property of type integer.
screen_set_event_property_llv()
Set the current value of the specified event property of type long long integer.
screen_set_event_property_pv()
Set the value of the specified event property of type void*.
Parent topic:
Events (screen.h)