Function xcb::xproto::ungrab_pointer[][src]

pub fn ungrab_pointer<'a>(c: &'a Connection, time: Timestamp) -> VoidCookie<'a>

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.

parameters: