Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_WasInit(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!WasInit !!!SDL_!WasInit NAME SYNOPSIS DESCRIPTION RETURN VALUE EXAMPLES SEE ALSO ---- !!NAME SDL_!WasInit- Check which subsystems are initialized !!SYNOPSIS __#include __ __Uint32 SDL_!WasInit__(__Uint32 flags__); !!DESCRIPTION __SDL_!WasInit__ allows you to see which SDL subsytems have been ''initialized''. __flags__ is a bitwise OR'd combination of the subsystems you wish to check (see __SDL_Init__ for a list of subsystem flags). !!RETURN VALUE __SDL_!WasInit__ returns a bitwised OR'd combination of the initialized subsystems. !!EXAMPLES /* Here are several ways you can use SDL_!WasInit() */ /* Get init data on all the subsystems */ Uint32 subsystem_init; subsystem_init=SDL_!WasInit(SDL_INIT_EVERYTHING); if(subsystem_init !!SEE ALSO __SDL_Init__, __SDL_Subsystem__ ----
One page links to
SDL_WasInit(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.