xcb_ungrab_pointer_checked

@brief release the pointer

@param c The connection @param time Timestamp to avoid race conditions when running X over the network. \n The pointer will not be released if \a time is earlier than the last-pointer-grab time or later than the current X server time. @return A cookie

Releases the pointer and any queued events if you actively grabbed the pointer before using xcb_grab_pointer, xcb_grab_button or within a normal button press.

EnterNotify and LeaveNotify events are generated.

This form can be used only if the request will not cause a reply to be generated. Any returned error will be saved for handling by xcb_request_check().

extern (C)
xcb_ungrab_pointer_checked

Meta