mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 02:47:39 +00:00
Added SDL_ShouldInit() and SDL_ShouldQuit()
These are handy functions to support thread-safe initialization and shutdown.
This commit is contained in:
parent
0e2c4e407a
commit
125e592844
7 changed files with 178 additions and 52 deletions
|
@ -817,6 +817,7 @@ SDL3_0.0.0 {
|
|||
SDL_SetHapticGain;
|
||||
SDL_SetHint;
|
||||
SDL_SetHintWithPriority;
|
||||
SDL_SetInitialized;
|
||||
SDL_SetJoystickEventsEnabled;
|
||||
SDL_SetJoystickLED;
|
||||
SDL_SetJoystickPlayerIndex;
|
||||
|
@ -895,6 +896,8 @@ SDL3_0.0.0 {
|
|||
SDL_SetX11EventHook;
|
||||
SDL_SetiOSAnimationCallback;
|
||||
SDL_SetiOSEventPump;
|
||||
SDL_ShouldInit;
|
||||
SDL_ShouldQuit;
|
||||
SDL_ShowAndroidToast;
|
||||
SDL_ShowCursor;
|
||||
SDL_ShowMessageBox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue