Update test

This commit is contained in:
vCaesar 2016-10-20 00:21:18 +08:00
parent 4220a970fc
commit 93d93b946f

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)