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