mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +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:
parent
06c0ed68b1
commit
fa0918a686
10 changed files with 30 additions and 14 deletions
|
|
@ -3586,3 +3586,13 @@ typedef SDL_JoystickGUID, SDL_GUID;
|
|||
- SDL_GUIDFromString
|
||||
+ SDL_StringToGUID
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_OnApplicationWillResignActive
|
||||
+ SDL_OnApplicationWillEnterBackground
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_OnApplicationDidBecomeActive
|
||||
+ SDL_OnApplicationDidEnterForeground
|
||||
(...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue