Hook when a touch moves

Property definitions

ios $ NitGLKView :: touches_moved
	# Hook when a touch moves
	fun touches_moved(touches: NSSet_UITouch, event: UIEvent) do end
lib/ios/glkit.nit:167,2--168,65

gamnit :: input_ios $ NitGLKView :: touches_moved
	redef fun touches_moved(touches, event)
	do app.accept_event(new GamnitIOSPointerEvent(event, touches.any_object, content_scale_factor, true, true))
lib/gamnit/input_ios.nit:50,2--51,108