Was self raised by the Y button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_y
	# Was `self` raised by the Y button?
	fun is_y: Bool do return key_code == 100
lib/android/gamepad.nit:31,2--32,41