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.
  • An id of the joystick. It can be used to share/duplicate Joystick object, but not Send and Sync due to the safety.
  • A set of all recognized Joystick at initialized.