Update test

This commit is contained in:
vCaesar 2016-10-20 00:48:50 +08:00
parent e09b189c71
commit e6daa02dfb

View File

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