button-down? in mouse-event%
Returns #t if the event is for a button press, #f
otherwise.
( -> boolean
send a-mouse-event button-down? button)
button = : symbol in 'any'(left middle right any)
If button is not 'any, then #t is only returned
if it is a press event for a specific button.