input-actions 0.1.1

An input system for binding PC & Gamepad inputs to application actions
Documentation
1
2
3
4
5
6
7
8
9
10
mod axis;
pub use axis::*;
mod button;
pub use button::*;
mod key;
pub use key::*;
mod kind;
pub use kind::*;
mod mouse;
pub use mouse::*;