Was self raised by the left bumper?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_bumper_left
	# Was `self` raised by the left bumper?
	fun is_bumper_left: Bool do return key_code == 102
lib/android/gamepad.nit:64,2--65,51