mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-14 19:48:41 -06:00
6 lines
88 B
Rust
6 lines
88 B
Rust
//! keyboard, mouse, and touch input handling
|
|
|
|
pub(crate) struct UiInputState {
|
|
|
|
}
|