mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-06 09:07:05 +00:00
Renamed SDL life cycle functions
This maps better to how SDL delivers the events, and the iOS delegate methods are in the documentation for reference.
This commit is contained in:
@@ -3586,3 +3586,13 @@ typedef SDL_JoystickGUID, SDL_GUID;
|
||||
- SDL_GUIDFromString
|
||||
+ SDL_StringToGUID
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_OnApplicationWillResignActive
|
||||
+ SDL_OnApplicationWillEnterBackground
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_OnApplicationDidBecomeActive
|
||||
+ SDL_OnApplicationDidEnterForeground
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user