Function x11rb::protocol::xinput::xi_get_selected_events [−][src]
pub fn xi_get_selected_events<Conn: ?Sized>(
conn: &Conn,
window: Window
) -> Result<Cookie<'_, Conn, XIGetSelectedEventsReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,