hilaloytun
2022-7-22 15:17:25

ok, it worked: (define (mouse-event-handler cw x y me) (cond [(string=? me “button-down”) x] [else cw])) thanks again for help,