Is this the arrow down key?

Property definitions

sdl2 $ SDLKeysym :: is_down
	# Is this the arrow down key?
	fun is_down: Bool `{ return self->sym == SDLK_DOWN; `}
lib/sdl2/events.nit:279,2--280,55