Updated: October 28, 2024 |
Wait for a screen event
#include <screen/screen.h>
int screen_get_event(screen_context_t ctx, screen_event_t ev, uint64_t timeout)
Function Type: Immediate Execution
This function gets the next event associated with the given context. If no events have been queued, the function waits up to the specified amount of time for an event to occur. If the function times out before an event becomes available, an event with a SCREEN_EVENT_NONE type is returned.
0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).