reaction 0.2.0

Universal low-latency input handling for game engines
Documentation
1
2
3
4
5
6
7
8
9
pub mod advanced;
pub mod gamepad;
pub mod keyboard;
pub mod mouse;

pub use advanced::AdvancedInputState;
pub use gamepad::{GamepadState, GamepadsState};
pub use keyboard::KeyboardState;
pub use mouse::MouseState;