Functions that are available for events.
API component | Description |
---|---|
screen_create_event() | Create an event that can later be filled with event data. |
screen_inject_event() | Send an input event to the window that has input focus on a given display. |
screen_send_event() | Send an input event to a process. |
screen_get_event() | Wait for a screen event. |
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*. |
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_destroy_event() | Destroy an event and free associated memory. |