mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Fix some error
This commit is contained in:
parent
b3678e4fa7
commit
c55edd2622
@ -252,6 +252,7 @@ func MoveMouseSmooth(x, y int, args ...float64) {
|
|||||||
high = 500.0
|
high = 500.0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
C.aMoveMouseSmooth(cx, cy, low, high)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MoveSmooth move the mouse smooth
|
// MoveSmooth move the mouse smooth
|
||||||
@ -272,6 +273,7 @@ func MoveSmooth(x, y int, args ...float64) {
|
|||||||
high = 500.0
|
high = 500.0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
C.aMoveMouseSmooth(cx, cy, low, high)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetMousePos get mouse portion
|
// GetMousePos get mouse portion
|
||||||
|
Loading…
Reference in New Issue
Block a user