Is this a mouse button down event?

Property definitions

sdl2 $ SDLEventBuffer :: is_mouse_button_down
	# Is this a mouse button down event?
	fun is_mouse_button_down: Bool `{ return self->type == SDL_MOUSEBUTTONDOWN; `}
lib/sdl2/events.nit:75,2--76,79