set-alt-down in mouse-event%
set-alt-down
mouse-event%
Sets whether the Option (Mac OS) key was down for the event. When the Alt key is pressed in Windows, it is reported as a Meta press (see set-meta-down).
set-meta-down
(send a-mouse-event set-alt-down down?) -> void down? : boolean
(send a-mouse-event set-alt-down down?)
send
a-mouse-event
down?