input-actions 0.1.1

An input system for binding PC & Gamepad inputs to application actions
Documentation
1
2
3
4
5
6
mod action;
pub use action::*;
mod behavior;
pub use behavior::*;
mod state;
pub use state::*;