Name
XtUngrabPointer — cancel an active pointer grab.
Synopsis
void XtUngrabPointer(widget, time)
Widget widget;
Time time;
Arguments
widgetSpecifies the widget which has the active pointer grab.
timeSpecifies the time. Pass either a timestamp, expressed in milliseconds, or the constant CurrentTime. If this time is earlier than the last-keyboard-grab time or later than the current server time the keyboard will not be ungrabbed.
Description
XtUngrabPointer calls XUngrabPointer with the specified time.
See Also
XtGrabButton(1), XtGrabKey(1), XtGrabKeyboard(1), XtGrabPointer(1), XtSetKeyboardFocus(1), XtUngrabButton(1), XtUngrabKey(1), XtUngrabKeyboard(1).