Initialize the given SDL subsystems, returns false on error

Property definitions

sdl2 $ SDL :: initialize
	# Initialize the given SDL `subsystems`, returns `false` on error
	fun initialize(subsystems: SDLInitFlags): Bool `{ return SDL_Init(subsystems) == 0; `}
lib/sdl2/sdl2_base.nit:39,2--40,87