const char * SDL_GetGamepadPath(SDL_Gamepad *gamepad);
(const char *) ゲームパッドの実装に依存するパスを戻す. パスがないとき, または渡したIDが無効のときNULLを戻す.
この関数はどのスレッドからも安全に呼べる.