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