SDL_WasInit - Man Page

Get a mask of the specified subsystems which are currently initialized.

Synopsis

#include <SDL3/SDL_init.h>

SDL_InitFlags SDL_WasInit(SDL_InitFlags flags);

Function Parameters

flags

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

Return Value

Returns a mask of all initialized subsystems if flags is 0, otherwise it returns the initialization status of the specified subsystems.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_Init(3), SDL_InitSubSystem(3)

Referenced By

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

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS