SDL_EventType | type | SDL_EVENT_JOYSTICK_AXIS_MOTION |
Uint32 | reserved | 予約 |
Uint64 | timestamp | イベントのナノ秒単位のタイムスタンプ. SDL_GetTicksNS()で設定 |
SDL_JoystickID | which | ジョイスティックインスタンスID |
Uint8 | axis | ジョイスティック方向のインデックス番号 |
Uint8 | padding1 | |
Uint8 | padding2 | |
Uint8 | padding3 | |
Sint16 | value | 方向の値(範囲: -32768〜32767) |
Uint16 | padding4 |