pub async fn select_input<Conn>(
conn: &Conn,
drawable: Drawable,
event_mask: Event,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,pub async fn select_input<Conn>(
conn: &Conn,
drawable: Drawable,
event_mask: Event,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,