Renamed SDL_GetGamepadNumTouchpads and SDL_GetGamepadNumTouchpadFingers to match the new convention

This commit is contained in:
Sam Lantinga 2023-01-24 13:47:30 -08:00
parent fcf5b99068
commit a06a593aa6
7 changed files with 16 additions and 16 deletions

View file

@ -224,8 +224,8 @@
#define SDL_GetGamepadMappingForGUID SDL_GetGamepadMappingForGUID_REAL
#define SDL_GetGamepadMappingForIndex SDL_GetGamepadMappingForIndex_REAL
#define SDL_GetGamepadName SDL_GetGamepadName_REAL
#define SDL_GetGamepadNumTouchpadFingers SDL_GetGamepadNumTouchpadFingers_REAL
#define SDL_GetGamepadNumTouchpads SDL_GetGamepadNumTouchpads_REAL
#define SDL_GetNumGamepadTouchpadFingers SDL_GetGamepadNumTouchpadFingers_REAL
#define SDL_GetNumGamepadTouchpads SDL_GetGamepadNumTouchpads_REAL
#define SDL_GetGamepadPath SDL_GetGamepadPath_REAL
#define SDL_GetGamepadPlayerIndex SDL_GetGamepadPlayerIndex_REAL
#define SDL_GetGamepadProduct SDL_GetGamepadProduct_REAL