Was self raised by the media button 'pause'?

Property definitions

android :: gamepad $ AndroidKeyEvent :: is_media_pause
	# Was `self` raised by the media button 'pause'?
	fun is_media_pause: Bool do return key_code == 85
lib/android/gamepad.nit:73,2--74,50