Is this the arrow right key?

Property definitions

sdl2 $ SDLKeysym :: is_right
	# Is this the arrow right key?
	fun is_right: Bool `{ return self->sym == SDLK_RIGHT; `}
lib/sdl2/events.nit:273,2--274,57