Was this event raised by the back key?

Property definitions

android $ AndroidKeyEvent :: is_back_key
	# Was this event raised by the back key?
	fun is_back_key: Bool do return key_code == 4
lib/android/input_events.nit:241,2--242,46