Was the right edge of the screen intersected by this event?

Property definitions

android $ AndroidMotionEvent :: touch_right_edge
	# Was the right edge of the screen intersected by this event?
	fun touch_right_edge: Bool do return native.edge == 8
lib/android/input_events.nit:136,2--137,54