Was this event raised by the volume up key?

Property definitions

android $ AndroidKeyEvent :: is_volume_up
	# Was this event raised by the volume up key?
	fun is_volume_up: Bool do return key_code == 24
lib/android/input_events.nit:250,2--251,48