SDL_WasInit

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

extern (C) nothrow @nogc extern
SDL_WasInit

Parameters

flags SDL_InitFlags

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

Return Value

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

See Also

Meta