SDL_InitSubSystem - Compatibility function to initialize the SDL library.
Contents
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);
