What SDL subsystems are initialized? You can use a mask of subsystems to restrict the query.

Returns the flags of the initialized subsystems.

Property definitions

sdl2 $ SDL :: initialized_subsystems
	# What SDL subsystems are initialized? You can use a mask of `subsystems` to restrict the query.
	#
	# Returns the flags of the initialized subsystems.
	fun initialized_subsystems(subsystems: SDLInitFlags): SDLInitFlags `{ return SDL_WasInit(subsystems); `}
lib/sdl2/sdl2_base.nit:56,2--59,105