mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 09:48:59 +00:00
Fix some error
This commit is contained in:
parent
b3678e4fa7
commit
c55edd2622
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue