Does this pointer just began touching the screen?

Property definitions

android $ AndroidPointerEvent :: just_went_down
	# Does this pointer just began touching the screen?
	fun just_went_down: Bool do return motion_event.acting_pointer == self and
		motion_event.just_went_down
lib/android/input_events.nit:198,2--200,29