Was self raised by the right key on the directional pad?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_dpad_right
	# Was `self` raised by the right key on the directional pad?
	fun is_dpad_right: Bool do return key_code == 22
lib/android/gamepad.nit:49,2--50,49