Function fermium::SDL_WasInit

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

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

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