Module rich_sdl2_rust::event::joystick
source · Expand description
A physical joystick device, controlling based on InputIndex
and raw inputs.
Modules§
- Axes for a physical joystick.
- Buttons for a physical joystick.
- An event related on a joystick.
- The GUID of joystick devices.
- Hats for a physical joystick.
- A representation of the power level of the battery in the joystick.
- Trackballs for a physical joystick.
Structs§
- An index on the input device on the joystick. This is only generated from joystick input events from
crate::EventBox
. - A physical joystick device manages its states, input devices and power levels.
- A set of all recognized
Joystick
at initialized.