XCheckMaskEvent man page on HP-UX
[printable version]
XCheckMaskEvent() XCheckMaskEvent()
Name
XCheckMaskEvent – remove the next event that matches mask; don't wait.
Synopsis
Bool XCheckMaskEvent(display, event_mask, event_return)
Display *display;
long event_mask;
XEvent *event_return;
Arguments
display Specifies a connection to an X server; returned from
XOpenDisplay().
event_mask
Specifies the event types to be returned. See list under
XSelectInput().
event_return
Returns a copy of the matched event's XEvent structure.
Returns
True if a matching event is found, else False.
Description
XCheckMaskEvent() removes the next event in the queue that matches the
passed mask. The event is copied into an XEvent supplied by the caller
and XCheckMaskEvent() returns True. Other events earlier in the queue
are not discarded. If no such event has been queued, XCheckMaskEvent()
flushes the request buffer and immediately returns False, without wait‐
ing.
XCheckMaskEvent() cannot return ClientMessage, MappingNotify, Selec‐
tionClear, SelectionNotify, or SelectionRequest events because these
event types are by definition unmaskable.
For more information, see Volume One, Chapter 8, Events.
See Also
XQLength(), XAllowEvents(), XCheckIfEvent(), XCheckTypedEvent(),
XCheckTypedWindowEvent(), XCheckWindowEvent(), XEventsQueued(), XGet‐
InputFocus(), XGetMotionEvents(), XIfEvent(), XMaskEvent(), XNex‐
tEvent(), XPeekEvent(), XPeekIfEvent(), XPending(), XPutBackEvent(),
XSelectInput(), XSendEvent(), XSetInputFocus(), XSynchronize(), XWin‐
dowEvent().
Xlib - Input Handling XCheckMaskEvent()
[top]
List of man pages available for HP-UX
Copyright (c) for man pages and the logo by the respective OS vendor.
For those who want to learn more, the polarhome community provides shell access and support.
[legal]
[privacy]
[GNU]
[policy]
[cookies]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
|
Vote for polarhome
|