Update test

This commit is contained in:
vCaesar 2016-10-20 00:21:18 +08:00
parent a9b1ff9166
commit 3df5e517f1

View File

@ -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)