Skip to main content

SDL_QuitSubSystem

Function SDL_QuitSubSystem 

Source
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().

Parameter: flags any of the flags used by SDL_Init(); see SDL_Init for details.

Thread Safety: This function is not thread safe.

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_InitSubSystem See Also: SDL_Quit