summaryrefslogblamecommitdiffstats
path: root/native/src/input.rs
blob: 097fa730718fe58631e702779f0d5d327f5cbb55 (plain) (tree)
1
2
3
4
5
6
7
                                                                             





                                  
//! Map your system events into input events that the runtime can understand.
pub mod keyboard;
pub mod mouse;

mod button_state;

pub use button_state::ButtonState;