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


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

pub use iced_core::ButtonState;