From e6daa02dfb08f191d473aa86bbdfb62cb0dc9ce7 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Thu, 20 Oct 2016 00:48:50 +0800 Subject: [PATCH] Update test --- test/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/main.go b/test/main.go index 612a42f..7328b54 100644 --- a/test/main.go +++ b/test/main.go @@ -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))