Was self raised by the right trigger?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_trigger_right
	# Was `self` raised by the right trigger?
	fun is_trigger_right: Bool do return key_code == 105
lib/android/gamepad.nit:61,2--62,53