aboutsummaryrefslogtreecommitdiff
path: root/src/input/mod.rs
blob: 80c36bcb5807e66c0ab0352fa95d8a951170b621 (plain)
1
2
3
4
5
6
7
8
/// Events for this module
pub mod events;

/// Resources for this module
pub mod resources;

/// Systems for this module
pub(crate) mod systems;