SDL_QuitSubSystem - Shut down specific SDL subsystems.
Contents
Availability
This function is available since SDL 3.2.0.
Description
You still need to call SDL_Quit() even if you close all open subsystems with SDL_QuitSubSystem().
Function Parameters
flags any of the flags used by SDL_Init(); see SDL_Init for details.
Name
SDL_QuitSubSystem - Shut down specific SDL subsystems.
See Also
SDL_InitSubSystem(3), SDL_Quit(3) Simple Directmedia Layer SDL 3.2.20 SDL_QuitSubSystem(3)
Synopsis
#include<SDL3/SDL_init.h>voidSDL_QuitSubSystem(SDL_InitFlagsflags);
