xcb_ungrab_pointer (3) Linux Manual Page
xcb_ungrab_pointer – release the pointer Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_ungrab_pointer(xcb_connection_t *conn, xcb_timestamp_t time); Request Arguments conn The XCB connection to X11. time Timestamp to avoid race conditions when running X over the network. The pointer will not be released if time is earlier than the last-pointer-grab time or later than the current X…
