Home
last modified time | relevance | path

Searched refs:Input (Results 1 – 2 of 2) sorted by relevance

/Held/src/utils/
H A Dinput.rs3 pub struct Input; struct
5 impl Input { implementation
/Held/src/utils/ui/
H A Duicore.rs21 use crate::utils::input::Input;
310 let _ = Input::wait_keydown(); in start_page_ui()
334 let key = Input::wait_keydown()?; in ui_loop()