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

Property definitions

android $ AndroidMotionEvent :: touch_left_edge
	# Was the left edge of the screen intersected by this event?
	fun touch_left_edge: Bool do return native.edge == 4
lib/android/input_events.nit:133,2--134,53