(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_JoystickGetType

Get the type of an opened joystick.

Header File

Defined in SDL_joystick.h

Syntax

SDL_JoystickType SDL_JoystickGetType(SDL_Joystick *joystick);

Function Parameters

joystick the SDL_Joystick obtained from SDL_JoystickOpen()

Return Value

Returns the SDL_JoystickType of the selected joystick.

Version

This function is available since SDL 2.0.6.


CategoryAPI, CategoryAPIFunction, CategoryJoystick