Function sdl2_sys::SDL_WasInit

source ·
pub unsafe extern "C" fn SDL_WasInit(flags: Uint32) -> Uint32
Expand description

This function returns a mask of the specified subsystems which have previously been initialized.

If \c flags is 0, it returns a mask of all initialized subsystems.