From 93d93b946fc829386f3eb4c53e81227411c0ab21 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Thu, 20 Oct 2016 00:21:18 +0800 Subject: [PATCH] Update test --- test/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/main.go b/test/main.go index 79e8669..612a42f 100644 --- a/test/main.go +++ b/test/main.go @@ -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)