devela
0.23.0-wip
In devela::
_
dep::
sdl3::
sys::
joystick
Structs
SDL_Joystick
SDL_JoystickConnectionState
SDL_JoystickType
SDL_VirtualJoystickDesc
SDL_VirtualJoystickSensorDesc
SDL_VirtualJoystickTouchpadDesc
Constants
SDL_HAT_CENTERED
SDL_HAT_DOWN
SDL_HAT_LEFT
SDL_HAT_LEFTDOWN
SDL_HAT_LEFTUP
SDL_HAT_RIGHT
SDL_HAT_RIGHTDOWN
SDL_HAT_RIGHTUP
SDL_HAT_UP
SDL_JOYSTICK_AXIS_MAX
SDL_JOYSTICK_AXIS_MIN
SDL_JOYSTICK_CONNECTION_INVALID
SDL_JOYSTICK_CONNECTION_UNKNOWN
SDL_JOYSTICK_CONNECTION_WIRED
SDL_JOYSTICK_CONNECTION_WIRELESS
SDL_JOYSTICK_TYPE_ARCADE_PAD
SDL_JOYSTICK_TYPE_ARCADE_STICK
SDL_JOYSTICK_TYPE_COUNT
SDL_JOYSTICK_TYPE_DANCE_PAD
SDL_JOYSTICK_TYPE_DRUM_KIT
SDL_JOYSTICK_TYPE_FLIGHT_STICK
SDL_JOYSTICK_TYPE_GAMEPAD
SDL_JOYSTICK_TYPE_GUITAR
SDL_JOYSTICK_TYPE_THROTTLE
SDL_JOYSTICK_TYPE_UNKNOWN
SDL_JOYSTICK_TYPE_WHEEL
SDL_PROP_JOYSTICK_CAP_MONO_LED_BOOLEAN
SDL_PROP_JOYSTICK_CAP_PLAYER_LED_BOOLEAN
SDL_PROP_JOYSTICK_CAP_RGB_LED_BOOLEAN
SDL_PROP_JOYSTICK_CAP_RUMBLE_BOOLEAN
SDL_PROP_JOYSTICK_CAP_TRIGGER_RUMBLE_BOOLEAN
Functions
SDL_AttachVirtualJoystick
SDL_CloseJoystick
SDL_DetachVirtualJoystick
SDL_GetJoystickAxis
SDL_GetJoystickAxisInitialState
SDL_GetJoystickBall
SDL_GetJoystickButton
SDL_GetJoystickConnectionState
SDL_GetJoystickFirmwareVersion
SDL_GetJoystickFromID
SDL_GetJoystickFromPlayerIndex
SDL_GetJoystickGUID
SDL_GetJoystickGUIDForID
SDL_GetJoystickGUIDInfo
SDL_GetJoystickHat
SDL_GetJoystickID
SDL_GetJoystickName
SDL_GetJoystickNameForID
SDL_GetJoystickPath
SDL_GetJoystickPathForID
SDL_GetJoystickPlayerIndex
SDL_GetJoystickPlayerIndexForID
SDL_GetJoystickPowerInfo
SDL_GetJoystickProduct
SDL_GetJoystickProductForID
SDL_GetJoystickProductVersion
SDL_GetJoystickProductVersionForID
SDL_GetJoystickProperties
SDL_GetJoystickSerial
SDL_GetJoystickType
SDL_GetJoystickTypeForID
SDL_GetJoystickVendor
SDL_GetJoystickVendorForID
SDL_GetJoysticks
SDL_GetNumJoystickAxes
SDL_GetNumJoystickBalls
SDL_GetNumJoystickButtons
SDL_GetNumJoystickHats
SDL_HasJoystick
SDL_IsJoystickVirtual
SDL_JoystickConnected
SDL_JoystickEventsEnabled
SDL_LockJoysticks
SDL_OpenJoystick
SDL_RumbleJoystick
SDL_RumbleJoystickTriggers
SDL_SendJoystickEffect
SDL_SendJoystickVirtualSensorData
SDL_SetJoystickEventsEnabled
SDL_SetJoystickLED
SDL_SetJoystickPlayerIndex
SDL_SetJoystickVirtualAxis
SDL_SetJoystickVirtualBall
SDL_SetJoystickVirtualButton
SDL_SetJoystickVirtualHat
SDL_SetJoystickVirtualTouchpad
SDL_UnlockJoysticks
SDL_UpdateJoysticks
Type Aliases
SDL_JoystickID
devela
::
_dep
::
sdl3
::
sys
::
joystick
Constant
SDL_HAT_UP
Copy item path
Settings
Help
Summary
pub const SDL_HAT_UP:
u8
= _; // 1u8
Available on
crate feature
dep_sdl3
only.