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

/// Resources for this module
pub mod resources;

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

/// Components for this module
pub(crate) mod components;