SDL_GetGamepadFirmwareVersion - Get the firmware version of an opened gamepad, if available.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_GetGamepadFirmwareVersion(3)
Description
If the firmware version isn't available this function returns 0.
Function Parameters
gamepad
the gamepad object to query.
Name
SDL_GetGamepadFirmwareVersion - Get the firmware version of an opened gamepad, if available.
Return Value
Returns the gamepad firmware version, or zero if unavailable.
Synopsis
#include<SDL3/SDL_gamepad.h>Uint16SDL_GetGamepadFirmwareVersion(SDL_Gamepad*gamepad);
