pub unsafe extern "C" fn SDL_QuitSubSystem(flags: SDL_InitFlags)Expand description
Shut down specific SDL subsystems.
You still need to call SDL_Quit() even if you close all open subsystems
with SDL_QuitSubSystem().
§Parameters
flags: any of the flags used bySDL_Init(); seeSDL_Initfor details.
§Availability
This function is available since SDL 3.2.0.