Was self raised by the select button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_select
	# Was `self` raised by the select button?
	fun is_select: Bool do return key_code == 109
lib/android/gamepad.nit:55,2--56,46