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