Update examples and vendor

This commit is contained in:
vCaesar 2017-07-17 21:45:50 +08:00
parent 6e3a4db36a
commit 2d9ad76cf9
2 changed files with 8 additions and 2 deletions

View File

@ -278,10 +278,16 @@ func window() {
} }
func main() { func main() {
// Control the keyboard
key() key()
// Control the mouse
mouse() mouse()
// Read the screen
screen() screen()
// Bitmap and image processing
bitmap() bitmap()
// Global event listener
event() event()
// Window Handle and progress
window() window()
} }

4
vendor/vendor.json vendored
View File

@ -40,8 +40,8 @@
{ {
"checksumSHA1": "BkNqcAh64gp36lSe81ws3zKSWEE=", "checksumSHA1": "BkNqcAh64gp36lSe81ws3zKSWEE=",
"path": "github.com/shirou/gopsutil", "path": "github.com/shirou/gopsutil",
"revision": "ae1481820a13c6f35e29eabfb34241f1f159ed4a", "revision": "66b0ca31217d7fb335b47a354718d3e68a08ad64",
"revisionTime": "2017-07-08T15:54:15Z" "revisionTime": "2017-07-14T06:33:53Z"
}, },
{ {
"checksumSHA1": "lqfqe5WUb1Rpmej2iPUj0VNdXNY=", "checksumSHA1": "lqfqe5WUb1Rpmej2iPUj0VNdXNY=",