Was self raised by the media button 'previous'?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_media_previous
	# Was `self` raised by the media button 'previous'?
	fun is_media_previous: Bool do return key_code == 87
lib/android/gamepad.nit:70,2--71,53