mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
SDL_migration.cocci: fix incorrect SDL3 API name
This commit is contained in:
parent
fa8c0f0552
commit
628130ec8f
1 changed files with 2 additions and 2 deletions
|
@ -1136,12 +1136,12 @@ typedef SDL_GameControllerButton, SDL_GamepadButton;
|
||||||
@@
|
@@
|
||||||
@@
|
@@
|
||||||
- SDL_GameControllerGetNumTouchpadFingers
|
- SDL_GameControllerGetNumTouchpadFingers
|
||||||
+ SDL_GetGamepadNumTouchpadFingers
|
+ SDL_GetNumGamepadTouchpadFingers
|
||||||
(...)
|
(...)
|
||||||
@@
|
@@
|
||||||
@@
|
@@
|
||||||
- SDL_GameControllerGetNumTouchpads
|
- SDL_GameControllerGetNumTouchpads
|
||||||
+ SDL_GetGamepadNumTouchpads
|
+ SDL_GetNumGamepadTouchpads
|
||||||
(...)
|
(...)
|
||||||
@@
|
@@
|
||||||
@@
|
@@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue