SDL Wiki
(This is the documentation for SDL3, which is the current stable version. SDL2 was the previous version!)

SDL_WasInit

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

Header File

Defined in <SDL3/SDL_init.h>

Syntax

SDL_InitFlags SDL_WasInit(SDL_InitFlags flags);

Function Parameters

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

Return Value

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

Version

This function is available since SDL 3.1.3.

See Also


CategoryAPI, CategoryAPIFunction, CategoryInit


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.