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

@ -199,8 +199,8 @@ SDL3_0.0.0 {
SDL_GetGamepadMappingForGUID;
SDL_GetGamepadMappingForIndex;
SDL_GetGamepadName;
SDL_GetGamepadNumTouchpadFingers;
SDL_GetGamepadNumTouchpads;
SDL_GetNumGamepadTouchpadFingers;
SDL_GetNumGamepadTouchpads;
SDL_GetGamepadPath;
SDL_GetGamepadPlayerIndex;
SDL_GetGamepadProduct;