Hardware code of the key raising this event

Property definitions

android $ AndroidKeyEvent :: key_code
	# Hardware code of the key raising this event
	fun key_code: Int `{ return AKeyEvent_getKeyCode(self); `}
lib/android/input_events.nit:220,2--221,59