SDL_InitSubSystem - Man Page
Compatibility function to initialize the SDL library.
Header File
Defined in SDL3/SDL_init.h
Synopsis
#include "SDL3/SDL.h" bool SDL_InitSubSystem(SDL_InitFlags flags);
Description
This function and SDL_Init () are interchangeable.
Function Parameters
- flags
any of the flags used by SDL_Init (); see SDL_Init
for details.
Return Value
Returns true on success or false on failure; call
SDL_GetError () for more information.
Availability
This function is available since SDL 3.2.0.
See Also
·(3), SDL_Init(3), ·(3), SDL_Quit(3), ·(3), SDL_QuitSubSystem(3)
Referenced By
SDL_Init(3), SDL_InitFlags.3type(3), SDL_QuitSubSystem(3), SDL_WasInit(3).
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS