x11rb::protocol::xinput

Function xi_get_selected_events

Source
pub fn xi_get_selected_events<Conn>(
    conn: &Conn,
    window: Window,
) -> Result<Cookie<'_, Conn, XIGetSelectedEventsReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,