button-changed? in mouse-event%
Returns #t if this was a mouse button press or release event,
#f otherwise. See also
button-up? and
button-down?.
(-> booleansenda-mouse-eventbutton-changed?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.