mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +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
|
|
@ -582,12 +582,12 @@ SDL3_0.0.0 {
|
|||
SDL_Metal_GetLayer;
|
||||
SDL_MinimizeWindow;
|
||||
SDL_MixAudio;
|
||||
SDL_OnApplicationDidBecomeActive;
|
||||
SDL_OnApplicationDidEnterForeground;
|
||||
SDL_OnApplicationDidChangeStatusBarOrientation;
|
||||
SDL_OnApplicationDidEnterBackground;
|
||||
SDL_OnApplicationDidReceiveMemoryWarning;
|
||||
SDL_OnApplicationWillEnterForeground;
|
||||
SDL_OnApplicationWillResignActive;
|
||||
SDL_OnApplicationWillEnterBackground;
|
||||
SDL_OnApplicationWillTerminate;
|
||||
SDL_OpenAudioDevice;
|
||||
SDL_OpenAudioDeviceStream;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue