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





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

mod button_state;

pub use button_state::ButtonState;