SDL_GetJoystickFirmwareVersion - Get the firmware version of an opened joystick, if available.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_GetJoystickFirmwareVersion(3)
Description
If the firmware version isn't available this function returns 0.
Function Parameters
joystick
the SDL_Joystick obtained from SDL_OpenJoystick().
Name
SDL_GetJoystickFirmwareVersion - Get the firmware version of an opened joystick, if available.
Return Value
Returns the firmware version of the selected joystick, or 0 if unavailable.
Synopsis
#include<SDL3/SDL_joystick.h>Uint16SDL_GetJoystickFirmwareVersion(SDL_Joystick*joystick);
