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

NAME

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

SYNTAX

10       XEvent* XtLastEventProcessed(Display* display);
11
12       Time XtLastTimestampProcessed(Display* display);
13

ARGUMENTS

15       display   Specifies the open display connection.
16

DESCRIPTION

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

SEE ALSO

29       X Toolkit Intrinsics - C Language Interface
30       Xlib - C Language X Interface
31
32
33
34X Version 11                      libXt 1.1.5          XtLastEventProcessed(3)
Impressum