Function xcb::ffi::xproto::xcb_ungrab_pointer [−][src]
pub unsafe extern "C" fn xcb_ungrab_pointer(
c: *mut xcb_connection_t,
time: xcb_timestamp_t
) -> xcb_void_cookie_t
release the pointer
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.