Is this the arrow left key?

Property definitions

sdl2 $ SDLKeysym :: is_left
	# Is this the arrow left key?
	fun is_left: Bool `{ return self->sym == SDLK_LEFT; `}
lib/sdl2/events.nit:276,2--277,55