gilrs-core 0.6.8

Minimal event-based abstraction for working with gamepads
Documentation
1
2
3
4
5
6
7
mod ff;
mod gamepad;

pub use self::ff::Device as FfDevice;
pub use self::gamepad::{native_ev_codes, EvCode, Gamepad, Gilrs};

pub const IS_Y_AXIS_REVERSED: bool = true;