Was self raised by the A button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_a
	# Was `self` raised by the A button?
	fun is_a: Bool do return key_code == 96
lib/android/gamepad.nit:22,2--23,40