Was this event raised by the volume down key?

Property definitions

android $ AndroidKeyEvent :: is_volume_down
	# Was this event raised by the volume down key?
	fun is_volume_down: Bool do return key_code == 25
lib/android/input_events.nit:253,2--254,50