//! User input from the window.
pubusehuman::{
renumber, rumble, set_mode, GameInput, Input, Mode, TextInput, UiInput,};usepasts::prelude::*;/// Get user input from all connected human interface devices.
pub async fninput()-> Input{[human::input().fut(),crate::ffi::input().fut()].select().await
.1}