Was self raised by the right bumper button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_bumper_right
	# Was `self` raised by the right bumper button?
	fun is_bumper_right: Bool do return key_code == 103
lib/android/gamepad.nit:58,2--59,52