gilrs-core-azul 0.6.9

Minimal event-based abstraction for working with gamepads (azul fork of gilrs-core: redirects libudev-sys -> libudev-sys-azul so it cross-compiles to Linux hosts without libudev; plus `Gamepad::serial()` (IOKit kIOHIDSerialNumberKey on macOS); otherwise identical to upstream 0.6.8)
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;