Method SDL.was_init()
- Method was_init
int was_init(int flags)
- 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