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_InitSubSystem - Compatibility function to initialize the SDL library.

Availability

       This function is available since SDL 3.2.0.

Description

       This function and SDL_Init() are interchangeable.

Function Parameters

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

Name

       SDL_InitSubSystem - Compatibility function to initialize the SDL library.

Return Value

       for more information.

See Also

SDL_Init(3), SDL_Quit(3), SDL_QuitSubSystem(3)

Simple Directmedia Layer                           SDL 3.2.20                               SDL_InitSubSystem(3)

Synopsis

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

See Also