hUI/hui/src/input.rs
2024-02-27 20:31:12 +01:00

6 lines
88 B
Rust

//! keyboard, mouse, and touch input handling
pub(crate) struct UiInputState {
}