mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Replaced SDL_GetNumTouchFingers() and SDL_GetTouchFinger() with SDL_GetTouchFingers()
Fixes https://github.com/libsdl-org/SDL/issues/9484
This commit is contained in:
parent
cdcd346575
commit
1862a62b5d
7 changed files with 55 additions and 60 deletions
|
@ -346,7 +346,6 @@ SDL3_0.0.0 {
|
|||
SDL_GetNumJoystickButtons;
|
||||
SDL_GetNumJoystickHats;
|
||||
SDL_GetNumRenderDrivers;
|
||||
SDL_GetNumTouchFingers;
|
||||
SDL_GetNumVideoDrivers;
|
||||
SDL_GetNumberProperty;
|
||||
SDL_GetOriginalMemoryFunctions;
|
||||
|
@ -455,7 +454,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetTouchDeviceName;
|
||||
SDL_GetTouchDeviceType;
|
||||
SDL_GetTouchDevices;
|
||||
SDL_GetTouchFinger;
|
||||
SDL_GetTouchFingers;
|
||||
SDL_GetUserFolder;
|
||||
SDL_GetVersion;
|
||||
SDL_GetVideoDriver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue