SDL_QuitSubSystem - Man Page

Shut down specific SDL subsystems.

Synopsis

#include <SDL3/SDL_init.h>

void SDL_QuitSubSystem(SDL_InitFlags flags);

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.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_InitSubSystem(3), SDL_Quit(3)

Referenced By

SDL_InitFlags.3type(3), SDL_InitSubSystem(3), SDL_Quit(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS