SDL_JoyAxisEvent

A structure that contains joystick axis motion event information.

Data Fields

Uint32

type

SDL_EVENT_JOYSTICK_AXIS_MOTION

Uint32

timestamp

timestamp of the event

SDL_JoystickID

which

the instance id of the joystick that reported the event

Uint8

axis

the index of the axis that changed

Sint16

value

the current position of the axis (range: -32768 to 32767)

Remarks

SDL_JoyAxisEvent is a member of the SDL_Event union and is used when an event of type SDL_EVENT_JOYSTICK_AXIS_MOTION is reported. You would access it through the event's jaxis field.

An SDL_EVENT_JOYSTICK_AXIS_MOTION event occurs whenever a user moves an axis on the joystick.

SDL_EventType
SDL_Event
SDL_JoyButtonEvent
SDL_JoyHatEvent
SDL_JoystickEventState
SDL_GetJoystickAxis

CategoryStruct, CategoryEvents