Function that should be called from the SDL main method

This method should not normally be used, refer to the SDL source code before use.

Property definitions

sdl2 $ SDL :: set_main_ready
	# Function that should be called from the SDL main method
	#
	# This method should not normally be used, refer to the SDL source code
	# before use.
	fun set_main_ready `{ SDL_SetMainReady(); `}
lib/sdl2/sdl2_base.nit:74,2--78,45