Added SDL_SetGamepadMapping() to set the mapping for a specific device

This commit is contained in:
Sam Lantinga
2023-07-14 10:29:03 -07:00
parent eb0955ef89
commit a1615dea85
5 changed files with 82 additions and 24 deletions

View File

@@ -895,3 +895,4 @@
#define SDL_ClearClipboardData SDL_ClearClipboardData_REAL
#define SDL_GetGamepadInstanceID SDL_GetGamepadInstanceID_REAL
#define SDL_GetGamepadPowerLevel SDL_GetGamepadPowerLevel_REAL
#define SDL_SetGamepadMapping SDL_SetGamepadMapping_REAL