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