hpux man page for xnextevent

Query: xnextevent

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XNextEvent()															      XNextEvent()

Name
  XNextEvent - get the next event of any type or window.

Synopsis
  XNextEvent(display, event_return)
	Display *display;
	XEvent *event_return;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  event_return
	    Returns the event removed from the event queue.

Description
  XNextEvent() removes an event from the head of the event queue and copies it into an XEvent structure supplied by the caller.  If the event
  queue is empty, XNextEvent() flushes the request buffer and waits (blocks) until an event is received.  Use  XCheckMaskEvent()  or  XCheck-
  IfEvent() if you do not want to wait.

  For more information, see Volume One, Chapter 8, Events.

See Also
  XQLength(),	XAllowEvents(),   XCheckIfEvent(),   XCheckMaskEvent(),  XCheckTypedEvent(),  XCheckTypedWindowEvent(),  XCheckWindowEvent(),
  XEventsQueued(), XGetInputFocus(), XGetMotionEvents(), XIfEvent(), XMaskEvent(), XPeekEvent(), XPeekIfEvent(), XPending(), XPutBackEvent(),
  XSelectInput(), XSendEvent(), XSetInputFocus(), XSynchronize(), XWindowEvent().

Xlib - Input Handling														      XNextEvent()
Related Man Pages
xchecktypedevent(3x11) - redhat
xcheckmaskevent(3x11) - redhat
xcheckwindowevent(3x11) - redhat
xwindowevent(3x11) - redhat
xnextevent(3x11) - osf1
Similar Topics in the Unix Linux Community
compile xev on HPUX 10.20 - errors
problems with drawing in x using xlib
Xlib simple program.
Multi head/multi window hello world
Simple capturing of keyboard input without interruption