1XtLastEventProcessed(3)          XT FUNCTIONS          XtLastEventProcessed(3)
2
3
4

NAME

6       XtLastEventProcessed, XtLastTimestampProcessed - last event, last time‐
7       stamp processed
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       XEvent* XtLastEventProcessed(Display* display);
13
14       Time XtLastTimestampProcessed(Display* display);
15

ARGUMENTS

17       display   Specifies the open display connection.
18

DESCRIPTION

20       XtLastEventProcessed returns the last event passed to XtDispatchEvent
21       for the specified display and NULL if there has been no event.  The
22       client must not modify the contents of the returned event.
23
24       XtLastTimestampProcessed returns the timestamp of the last KeyPress,
25       KeyRelease, ButtonPress, ButtonRelease, MotionNotify, EnterNotify,
26       LeaveNotify, PropertyNotify, or SelectionClear event that has been
27       passed to XtDispatchEvent for the specified display and zero if there
28       has been no such event.
29

SEE ALSO

31       X Toolkit Intrinsics - C Language Interface
32       Xlib - C Language X Interface
33
34
35
36X Version 11                      libXt 1.2.0          XtLastEventProcessed(3)
Impressum