From 2d9ad76cf9e7b581b987139a3856fa6b317f4ead Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 17 Jul 2017 21:45:50 +0800 Subject: [PATCH] Update examples and vendor --- examples/main.go | 6 ++++++ vendor/vendor.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/main.go b/examples/main.go index 891ff98..9eb0352 100644 --- a/examples/main.go +++ b/examples/main.go @@ -278,10 +278,16 @@ func window() { } func main() { + // Control the keyboard key() + // Control the mouse mouse() + // Read the screen screen() + // Bitmap and image processing bitmap() + // Global event listener event() + // Window Handle and progress window() } diff --git a/vendor/vendor.json b/vendor/vendor.json index 2e3bc24..1e05f4f 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -40,8 +40,8 @@ { "checksumSHA1": "BkNqcAh64gp36lSe81ws3zKSWEE=", "path": "github.com/shirou/gopsutil", - "revision": "ae1481820a13c6f35e29eabfb34241f1f159ed4a", - "revisionTime": "2017-07-08T15:54:15Z" + "revision": "66b0ca31217d7fb335b47a354718d3e68a08ad64", + "revisionTime": "2017-07-14T06:33:53Z" }, { "checksumSHA1": "lqfqe5WUb1Rpmej2iPUj0VNdXNY=",