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

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_dpad_down
	# Was `self` raised by the down key on the directional pad?
	fun is_dpad_down: Bool do return key_code == 20
lib/android/gamepad.nit:43,2--44,48