Is this the arrow up key?

Property definitions

sdl2 $ SDLKeysym :: is_up
	# Is this the arrow up key?
	fun is_up: Bool `{ return self->sym == SDLK_UP; `}
lib/sdl2/events.nit:282,2--283,51