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

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_dpad_left
	# Was `self` raised by the left key on the directional pad?
	fun is_dpad_left: Bool do return key_code == 21
lib/android/gamepad.nit:46,2--47,48