Was self raised by the X button?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_x
	# Was `self` raised by the X button?
	fun is_x: Bool do return key_code == 99
lib/android/gamepad.nit:28,2--29,40