Added SDL_GetGamepadInstanceID()

This commit is contained in:
Sam Lantinga 2023-07-10 19:13:42 -07:00
parent 50277a0355
commit 3cbf16b944
5 changed files with 27 additions and 0 deletions

View file

@ -940,3 +940,4 @@ SDL_DYNAPI_PROC(long,SDL_wcstol,(const wchar_t *a, wchar_t **b, int c),(a,b,c),r
/* New API symbols are added at the end */
SDL_DYNAPI_PROC(int,SDL_ClearClipboardData,(void),(),return)
SDL_DYNAPI_PROC(SDL_JoystickID,SDL_GetGamepadInstanceID,(SDL_Gamepad *a),(a),return)