summaryrefslogtreecommitdiffstats
path: root/native/src/input.rs
blob: ad8ed2527b30c016bcb25b8e2bfd1a2157deae7a (plain) (blame)
1
2
3
//! Map your system events into input events that the runtime can understand.
pub mod keyboard;
pub mod mouse;