hpux man page for xputbackevent

Query: xputbackevent

OS: hpux

Section: 3

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

XPutBackEvent() 														   XPutBackEvent()

Name
  XPutBackEvent - push an event back on the input queue.

Synopsis
  XPutBackEvent(display, event)
	Display *display;
	XEvent *event;

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

  event     Specifies a pointer to the event to be requeued.

Description
  XPutBackEvent()  pushes  an  event back onto the head of the current display's input queue (so that it would become the one returned by the
  next XNextEvent() call).  This can be useful if you have read an event and then decide that you'd rather deal with it later.	There  is  no
  limit to how many times you can call XPutBackEvent() in succession.

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

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

Xlib - Input Handling														   XPutBackEvent()
Related Man Pages
xcheckmaskevent(3) - debian
xchecktypedwindowevent(3) - debian
xmaskevent(3) - debian
xeventsqueued(3) - hpux
xgetmotionevents(3) - hpux
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
How to extract every repeated string between two specific string?
Thank you members and admins
awk - Multi-line data to be stored in variable
Tar Command