Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_GetGamepadSerial - Get the serial number of an opened gamepad, if available.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.20                            SDL_GetGamepadSerial(3)

Description

       Returns the serial number of the gamepad, or NULL if it is not available.

Function Parameters

gamepad
              the gamepad object to query.

Name

       SDL_GetGamepadSerial - Get the serial number of an opened gamepad, if available.

Return Value

       Returns the serial number, or NULL if unavailable.

Synopsis

#include<SDL3/SDL_gamepad.h>constchar*SDL_GetGamepadSerial(SDL_Gamepad*gamepad);

See Also