screen_event_t

Updated: April 19, 2023

A handle to a Screen event

Synopsis:

#include <screen/screen.h>
typedef struct _screen_event* screen_event_t;

Library:

libscreen

Description:

A Screen event notifies applications of actions such as window creations, properties changing values, and keyboard events. Screen API manages one event queue per context. However, you can also create an event that's independent of any association with a context.

For more information, see the Event Handling chapter or the Input Events section of the Screen Developer's Guide. Also see the Events section of the library reference.