Is this a mouse button up event?

Property definitions

sdl2 $ SDLEventBuffer :: is_mouse_button_up
	# Is this a mouse button up event?
	fun is_mouse_button_up: Bool `{ return self->type == SDL_MOUSEBUTTONUP; `}
lib/sdl2/events.nit:83,2--84,75