From c55edd2622f50d19f440a05dc4351cc748ca4e9a Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sat, 12 Aug 2017 18:52:36 +0800 Subject: [PATCH] Fix some error --- robotgo.go | 2 ++ 1 file changed, 2 insertions(+) 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