Function x11rb::protocol::xproto::change_active_pointer_grab

source ·
pub fn change_active_pointer_grab<Conn, A, B>(
    conn: &Conn,
    cursor: A,
    time: B,
    event_mask: EventMask
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized, A: Into<Cursor>, B: Into<Timestamp>,