Address of this object as an integer for identity detection

Property definitions

ios $ UITouch :: to_i
	# Address of this object as an integer for identity detection
	fun to_i: Int in "ObjC" `{ return (long)self; `}
lib/ios/glkit.nit:202,2--203,49