set-right-down in mouse-event%
set-right-down
mouse-event%
Sets whether the right mouse button was down (but not pressed) for the event. Under Mac OS, a control-click combination by the user is treated as a right-button click.
(send a-mouse-event set-right-down down?) -> void down? : boolean
(send a-mouse-event set-right-down down?)
send
a-mouse-event
down?