Should the view auto rotate to follow the device orientation?

Defaults to true.

Property definitions

ios $ NitGLKView :: should_autorotate
	# Should the view auto rotate to follow the device orientation?
	#
	# Defaults to `true`.
	fun should_autorotate: Bool do return true
lib/ios/glkit.nit:151,2--154,43