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

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_dpad_up
	# Was `self` raised by the up key on the directional pad?
	fun is_dpad_up: Bool do return key_code == 19
lib/android/gamepad.nit:40,2--41,46