SDL_InitSubSystem

Compatibility function to initialize the SDL library.

This function and SDL_Init() are interchangeable.

extern (C) nothrow @nogc extern
bool
SDL_InitSubSystem

Parameters

flags SDL_InitFlags

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

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

See Also

Meta