Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Availability

       This function is available since SDL 3.2.0.

Function Parameters

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

Header File

       Defined in SDL3/SDL_init.h

Name

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

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.

See Also

(3), SDL_Init(3), (3), SDL_InitSubSystem(3)

Simple Directmedia Layer                           SDL 3.2.10                                     SDL_WasInit(3)

Synopsis

#include"SDL3/SDL.h"SDL_InitFlagsSDL_WasInit(SDL_InitFlagsflags);

See Also