Function SDL_QuitSubSystem
pub unsafe extern "C" fn SDL_QuitSubSystem(flags: u32)
Available on crate feature
dep_sdl3
only.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_Init
for details.
§Availability
This function is available since SDL 3.2.0.