Key is the right arrow key?

Property definitions

mnit $ KeyEvent :: is_arrow_right
	# Key is the right arrow key?
	fun is_arrow_right: Bool is abstract
lib/mnit/input.nit:92,2--93,37

gamnit $ GamnitKeyEvent :: is_arrow_right
	redef fun is_arrow_right do return native.keysym.is_right
lib/gamnit/gamnit_linux.nit:126,2--58