Hook to update the view content, called once per frame

Property definitions

ios $ NitGLKView :: update
	# Hook to update the view content, called once per frame
	fun update do end
lib/ios/glkit.nit:161,2--162,18

gamnit :: gamnit_ios $ GamnitGLKView :: update
	redef fun update do app.frame_full_indirect
lib/gamnit/gamnit_ios.nit:38,2--44