Was self raised by the B button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_b
	# Was `self` raised by the B button?
	fun is_b: Bool do return key_code == 97
lib/android/gamepad.nit:25,2--26,40