iced/src/input.rs
Héctor Ramón Jiménez 2b7ad3d50e Decouple iced from coffee
2019-07-20 19:12:31 +02:00

6 lines
88 B
Rust

pub mod keyboard;
pub mod mouse;
mod button_state;
pub use button_state::ButtonState;