SDL_InitSubSystem - Man Page

Compatibility function to initialize the SDL library.

Synopsis

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

for more information.

Availability

This function is available since SDL 3.2.0.

See Also

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

Referenced By

SDL_Init(3), SDL_InitFlags.3type(3), SDL_QuitSubSystem(3), SDL_WasInit(3).

SDL 3.2.20 Simple Directmedia Layer SDL3 FUNCTIONS