SDL_GetJoystickSerial - Man Page

Get the serial number of an opened joystick, if available.

Header File

Defined in SDL3/SDL_joystick.h

Synopsis

#include "SDL3/SDL.h"

const char * SDL_GetJoystickSerial(SDL_Joystick *joystick);

Description

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

Function Parameters

joystick

the SDL_Joystick
obtained from SDL_OpenJoystick ().

Return Value

Returns the serial number of the selected joystick, or NULL if unavailable.

Availability

This function is available since SDL 3.2.0.

Info

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS