x11rb::protocol::xfixes

Function select_cursor_input

Source
pub fn select_cursor_input<Conn>(
    conn: &Conn,
    window: Window,
    event_mask: CursorNotifyMask,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,