hUI/hui/src/input.rs

6 lines
88 B
Rust
Raw Normal View History

2024-02-27 13:31:12 -06:00
//! keyboard, mouse, and touch input handling
2024-02-19 12:40:18 -06:00
pub(crate) struct UiInputState {
}