logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_QuitSubSystem - Shut down specific SDL subsystems.

Availability

       This function is available since SDL 3.2.0.

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.

Name

       SDL_QuitSubSystem - Shut down specific SDL subsystems.

See Also

SDL_InitSubSystem(3), SDL_Quit(3)

Simple Directmedia Layer                           SDL 3.2.20                               SDL_QuitSubSystem(3)

Synopsis

#include<SDL3/SDL_init.h>voidSDL_QuitSubSystem(SDL_InitFlagsflags);

See Also