Is the button currently pressed down?

Property definitions

sdl2 $ SDLMouseButtonEvent :: pressed
	# Is the button currently pressed down?
	fun pressed: Bool `{ return self->button.state == SDL_PRESSED; `}
lib/sdl2/events.nit:213,2--214,66