Was self raised by the media button 'next'?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_media_next
	# Was `self` raised by the media button 'next'?
	fun is_media_next: Bool do return key_code == 88
lib/android/gamepad.nit:76,2--77,49