Is this a quit event?

Property definitions

sdl2 $ SDLEventBuffer :: is_quit
	# Is this a quit event?
	fun is_quit: Bool `{ return self->type == SDL_QUIT; `}
lib/sdl2/events.nit:59,2--60,55