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

Property definitions

android $ AndroidMotionEvent :: touch_bottom_edge
	# Was the bottom edge of the screen intersected by this event?
	fun touch_bottom_edge: Bool do return native.edge == 2
lib/android/input_events.nit:130,2--131,55