SDL_InitSubSystem
Compatibility function to initialize the SDL library.
- Provided by: libsdl3-doc (Version: 3.2.20+ds-2)
- Source: libsdl3
- Report a bug
Compatibility function to initialize the SDL library.
#include <SDL3/SDL_init.h>
bool SDL_InitSubSystem(SDL_InitFlags flags);
This function and SDL_Init() are interchangeable.
for more information.
This function is available since SDL 3.2.0.