Name
XtLastTimestampProcessed — retrieve the timestamp from the most recent event handled by XtDispatchEvent that contains a timestamp.
Synopsis
Time XtLastTimestampProcessed(display)
Display ∗display;
Arguments
displaySpecifies an open display connection.
Description
If no KeyPress, KeyRelease, ButtonPress, ButtonRelease, MotionNotify, EnterNotify, LeaveNotify, PropertyNotify or SelectionClear event has yet been passed to XtDispatchEvent for the specified display, XtLastTimestampProcessed returns zero.
See Also
XtDispatchEvent(1), XtGetSelectionValue(1), XtOwnSelection(1).