Method SDL.was_init()
- Method
was_init
intwas_init(intflags)- Description
This method allows you to see which SDL subsytems have been initialized.
- Parameter
flags A bitwise OR'd combination of the subsystems you wish to check (see SDL.init() for a list of subsystem flags).
- Returns
A bitwised OR'd combination of the initialized subsystems
- See also