XMaskEvent man page on HP-UX
[printable version]
XMaskEvent() XMaskEvent()
Name
XMaskEvent – remove the next event that matches mask.
Synopsis
XMaskEvent(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 mask. See XSelectInput() for a complete
list of the event mask symbols that can be ORed together.
event_return
Returns the event removed from the event queue.
Description
XMaskEvent() removes the next event in the queue which matches the
passed mask. The event is copied into an XEvent supplied by the call‐
er. Other events in the queue are not discarded. If no such event has
been queued, XMaskEvent() flushes the request buffer and waits until
one is received. Use XCheckMaskEvent() if you do not wish to wait.
XMaskEvent() cannot return ClientMessage, MappingNotify, Selection‐
Clear, SelectionNotify, or SelectionRequest events because these event
types are by definition unmaskable.
See Also
XAllowEvents(), XCheckIfEvent(), XCheckMaskEvent(), XCheckTypedEvent(),
XCheckTypedWindowEvent(), XCheckWindowEvent(), XEventsQueued(), XGet‐
InputFocus(), XGetMotionEvents(), XIfEvent(), XNextEvent(),
XPeekEvent(), XPeekIfEvent(), XPending(), XPutBackEvent(), XQLength(),
XSelectInput(), XSendEvent(), XSetInputFocus(), XSynchronize(), XWin‐
dowEvent().
Xlib - Input Handling XMaskEvent()
[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
|