| SDL_InitSubSystem(3) | SDL3 FUNCTIONS | SDL_InitSubSystem(3) |
SDL_InitSubSystem - Compatibility function to initialize the SDL library.
Defined in SDL3/SDL_init.h
#include "SDL3/SDL.h"
bool SDL_InitSubSystem(SDL_InitFlags flags);
This function and SDL_Init () are interchangeable.
Returns true on success or false on failure; call
SDL_GetError () for more information.
This function is available since SDL 3.2.0.
•(3), SDL_Init(3), •(3), SDL_Quit(3), •(3), SDL_QuitSubSystem(3)
| SDL 3.2.10 | Simple Directmedia Layer |