Multiple down/up pairs of the same key have occurred in a row

Return true if the event has been handled.

Property definitions

android $ Activity :: on_key_multiple
	# Multiple down/up pairs of the same key have occurred in a row
	#
	# Return `true` if the event has been handled.
	fun on_key_multiple(key_code, count: Int, event: NativeKeyEvent): Bool do return false
lib/android/nit_activity.nit:313,2--316,87