Key is the up arrow key?

Property definitions

mnit $ KeyEvent :: is_arrow_up
	# Key is the up arrow key?
	fun is_arrow_up: Bool is abstract
lib/mnit/input.nit:83,2--84,34

gamnit $ GamnitKeyEvent :: is_arrow_up
	redef fun is_arrow_up do return native.keysym.is_up
lib/gamnit/gamnit_linux.nit:123,2--52