@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.
@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.