diff --git a/robotgo.go b/robotgo.go index 89b9e24..2ac3d35 100644 --- a/robotgo.go +++ b/robotgo.go @@ -252,6 +252,7 @@ func MoveMouseSmooth(x, y int, args ...float64) { high = 500.0 } + C.aMoveMouseSmooth(cx, cy, low, high) } // MoveSmooth move the mouse smooth @@ -272,6 +273,7 @@ func MoveSmooth(x, y int, args ...float64) { high = 500.0 } + C.aMoveMouseSmooth(cx, cy, low, high) } // GetMousePos get mouse portion