XtLastEventProcessed(3X) XT FUNCTIONS XtLastEventProcessed(3X)
NAME
XtLastEventProcessed - last event processed
SYNTAX
XEvent* XtLastEventProcessed(display)
Display* display;
ARGUMENTS
display Specifies the open display connection.
DESCRIPTION
XtLastEventProcessed returns the last event passed to XtDispatchEvent for the specified display and NULL if there has been no event. The
client must not modify the contents of the returned event.
SEE ALSO
XtLastTimestampProcessed(3X)
X Version 11 Release 6 XtLastEventProcessed(3X)