X coordinate

Property definitions

ios $ UITouch :: x
	# X coordinate
	fun x: Float in "ObjC" `{ return [self locationInView:self.view].x; `}
lib/ios/glkit.nit:196,2--197,71