1
2
3
4
5
mod input;
mod keyboard;
mod mouse;

pub use input::Input;