mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 03:58:28 +00:00
Added SDL_PauseAudioStreamDevice() and SDL_ResumeAudioStreamDevice()
This commit is contained in:

committed by
Ryan C. Gordon

parent
a6da2e6f8b
commit
534768c7c5
@@ -589,6 +589,7 @@ SDL3_0.0.0 {
|
||||
SDL_OpenUserStorage;
|
||||
SDL_OutOfMemory;
|
||||
SDL_PauseAudioDevice;
|
||||
SDL_PauseAudioStreamDevice;
|
||||
SDL_PauseHaptic;
|
||||
SDL_PeepEvents;
|
||||
SDL_PenConnected;
|
||||
@@ -656,6 +657,7 @@ SDL3_0.0.0 {
|
||||
SDL_ResetLogPriorities;
|
||||
SDL_RestoreWindow;
|
||||
SDL_ResumeAudioDevice;
|
||||
SDL_ResumeAudioStreamDevice;
|
||||
SDL_ResumeHaptic;
|
||||
SDL_RumbleGamepad;
|
||||
SDL_RumbleGamepadTriggers;
|
||||
|
Reference in New Issue
Block a user