Function x11rb::protocol::xinput::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,