Query: xpeekevent
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XPeekEvent() XPeekEvent() Name XPeekEvent - get an event without removing it from the queue. Synopsis XPeekEvent(display, event_return) Display *display; XEvent *event_return; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). report_return Returns the event peeked from the input queue. Description XPeekEvent() peeks at an input event from the head of the event queue and copies it into an XEvent supplied by the caller, without removing it from the input queue. If the queue is empty, XPeekEvent() flushes the request buffer and waits (blocks) until an event is received. If you do not want to wait, use the QLength() macro or XQLength() to determine if there are any events to peek at, or use XCheckIfEvent(). XEventsQueued() can perform the equivalent of either QLength() or XPending() and more. For more information, see Volume One, Chapter 8, Events. See Also XQLength(), XAllowEvents(), XCheckIfEvent(), XCheckMaskEvent(), XCheckTypedEvent(), XCheckTypedWindowEvent(), XCheckWindowEvent(), XEventsQueued(), XGetInputFocus(), XGetMotionEvents(), XIfEvent(), XMaskEvent(), XNextEvent(), XPeekIfEvent(), XPending(), XPutBackEvent(), XSelectInput(), XSendEvent(), XSetInputFocus(), XSynchronize(), XWindowEvent(). Xlib - Input Handling XPeekEvent()
Related Man Pages |
---|
xchecktypedevent(3x11) - redhat |
xchecktypedwindowevent(3x11) - redhat |
xmaskevent(3x11) - redhat |
xwindowevent(3x11) - redhat |
xcheckwindowevent(3) - debian |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
awk - Multi-line data to be stored in variable |
Seeking Alternative for diff in hp |
Wrong Array... |
Shopt -s histappend |