robotgo icon indicating copy to clipboard operation
robotgo copied to clipboard

drag mouse multisegment path

Open tierline1 opened this issue 6 years ago • 0 comments

how to do this path with mouse left button toggle through all path? image

this way doesnt work: robotgo.MoveMouse(x0, y0) robotgo.MouseToggle("down") robotgo.MoveSmooth(x1,y1, 1.0, 30.0) robotgo.MoveSmooth(x2,y2, 1.0, 30.0) robotgo.MoveSmooth(x3,y3, 1.0, 30.0) robotgo.MouseToggle("up")

tierline1 avatar Nov 27 '19 13:11 tierline1