button-up? in mouse-event%
Returns #t if the event is for a button release, #f
otherwise. (As noted in Mouse and Keyboard Events, button release events are
sometimes dropped.)
(-> booleansenda-mouse-eventbutton-up?button)
button='any: symbol in'(left middle right any)If
buttonis not'any, then#tis only returned if it is a release event for a specific button.