Update test

This commit is contained in:
vCaesar 2016-10-20 00:48:50 +08:00
parent 28d80f87e6
commit a5fb6e49eb

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