input_manager 0.1.0

Plumbing to allow for different inputs to be abstracted and used together (eg keyboard and gamepad). Follows the Unity paradigm of Axes and Buttons
Documentation
1
2
3
4
mod builder;
mod manager;
pub use self::builder::*;
pub use self::manager::*;