Was self raised by the start button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_start
	# Was `self` raised by the start button?
	fun is_start: Bool do return key_code == 108
lib/android/gamepad.nit:52,2--53,45