Fix some error

This commit is contained in:
vcaesar 2017-08-12 18:52:36 +08:00
parent b3678e4fa7
commit c55edd2622

View File

@ -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