Module gilrs_core::platform
source · Expand description
Module which exports the platform-specific types.
Each backend has to provide:
- A
FfDevice
(a struct which handles force feedback) - A
Gilrs
context - A
Gamepad
struct - A static
str
which specifies the name of the SDL input mapping - A constant which define whether Y axis of sticks points upwards or downwards
- A module with the platform-specific constants for common gamepad buttons
called
native_ev_codes
Re-exports§
pub use self::platform::*;
Modules§
- platform 🔒