You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a guess for drag smooth: If you check the DragSmooth function in robotgo.go, it toggles the mouse left and then calls MoveSmooth which creates a mouse move event and not a drag event in mouse/mouse_c.h, which for MacOS will be the wrong event type generated for Quartz (guessing this doesn't matter on other platforms?)
Description
DragSmooth will move the mouse correctly but doesn’t seem like it toggles down.
Commenting out robotgo.DragSmooth(600, 560) and enabling robotgo.Drag(600, 560) does work correctly.
Running robotgo.Drag in a for loop only works the first time.
The text was updated successfully, but these errors were encountered: