mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 15:43:55 +00:00
Update test
This commit is contained in:
parent
e09b189c71
commit
e6daa02dfb
@ -10,6 +10,7 @@ func arobotgo() {
|
|||||||
x, y := robotgo.GetMousePos()
|
x, y := robotgo.GetMousePos()
|
||||||
Println("pos:", x, y)
|
Println("pos:", x, y)
|
||||||
|
|
||||||
|
robotgo.MoveMouse(x, y)
|
||||||
robotgo.MoveMouse(100, 200)
|
robotgo.MoveMouse(100, 200)
|
||||||
|
|
||||||
Println(robotgo.GetPixelColor(x, y))
|
Println(robotgo.GetPixelColor(x, y))
|
||||||
|
Loading…
Reference in New Issue
Block a user