| SDL_GetGamepadPath(3) | SDL3 FUNCTIONS | SDL_GetGamepadPath(3) |
SDL_GetGamepadPath - Get the implementation-dependent path for an opened gamepad.
Defined in SDL3/SDL_gamepad.h
#include "SDL3/SDL.h"
const char * SDL_GetGamepadPath(SDL_Gamepad *gamepad);
Returns the implementation dependent path for the gamepad, or NULL if there is no path or the identifier passed is invalid.
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |