SDL_QuitSubSystem

Shut down specific SDL subsystems.

You still need to call SDL_Quit() even if you close all open subsystems with SDL_QuitSubSystem().

extern (C) nothrow @nogc extern
void
SDL_QuitSubSystem

Parameters

flags SDL_InitFlags

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

See Also

Meta