Next: Game Controllers, Previous: Mouse, Up: Input [Contents][Index]
(use-modules (sdl2 input joystick))
Return the current number of connected joystick devices.
Return a joystick object for the physical joystick device associated with device-index.
Close joystick.
Return the instance id of joystick.
Return the symbolic battery power level for joystick, either
unknown
, empty
, low
, medium
, full
,
or wired
.
Return the number of axes for joystick.
Return the number of balls for joystick.
Return the number of buttons for joystick.
Return the number of hats for joystick.