XAllowEvents (3) Linux Manual Page
XAllowEvents – release queued events Syntaxint XAllowEvents(Display *display, int event_mode, Time time);Argumentsdisplay Specifies the connection to the X server. event_mode Specifies the event mode. You can pass AsyncPointer, SyncPointer, AsyncKeyboard, SyncKeyboard, ReplayPointer, ReplayKeyboard, AsyncBoth, or SyncBoth. time Specifies the time. You can pass either a timestamp or CurrentTime.DescriptionThe XAllowEvents function releases some queued events if…
