1XPutBackEvent(3)                XLIB FUNCTIONS                XPutBackEvent(3)
2
3
4

NAME

6       XPutBackEvent - put events back on the queue
7

SYNTAX

9       XPutBackEvent(Display *display, XEvent *event);
10

ARGUMENTS

12       display   Specifies the connection to the X server.
13
14       event     Specifies the event.
15

DESCRIPTION

17       The XPutBackEvent function pushes an event back onto the head of the
18       display's event queue by copying the event into the queue.  This can be
19       useful if you read an event and then decide that you would rather deal
20       with it later.  There is no limit to the number of times in succession
21       that you can call XPutBackEvent.
22

SEE ALSO

24       XAnyEvent(3), XIfEvent(3), XNextEvent(3), XSendEvent(3)
25       Xlib - C Language X Interface
26
27
28
29X Version 11                     libX11 1.6.7                 XPutBackEvent(3)
Impressum