ios: Renamed APIs that referred to "iPhone" to refer to "iOS".

Macros that papered over this difference in SDL2 have been removed for SDL3.

Fixes #9527.
This commit is contained in:
Ryan C. Gordon
2024-04-13 14:30:30 -04:00
parent d252a8fe12
commit 6e1ed94913
12 changed files with 40 additions and 31 deletions

View File

@@ -3134,3 +3134,13 @@ typedef SDL_Colour, SDL_Color;
- SDL_WinRTGetFSPathUTF8
+ SDL_WinRTGetFSPath
(...)
@@
@@
- SDL_iPhoneSetAnimationCallback
+ SDL_iOSSetAnimationCallback
(...)
@@
@@
- SDL_iPhoneSetEventPump
+ SDL_iOSSetEventPump
(...)