mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update examples and vendor
This commit is contained in:
parent
6e3a4db36a
commit
2d9ad76cf9
@ -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()
|
||||
}
|
||||
|
4
vendor/vendor.json
vendored
4
vendor/vendor.json
vendored
@ -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=",
|
||||
|
Loading…
Reference in New Issue
Block a user