SDL_QuitSubSystem - Man Page

Shut down specific SDL subsystems.

Header File

Defined in SDL3/SDL_init.h

Synopsis

#include "SDL3/SDL.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

·(3), SDL_InitSubSystem(3), ·(3), SDL_Quit(3)

Referenced By

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

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS