mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
Update md
This commit is contained in:
parent
fd4a82093b
commit
9bed8e6e99
2 changed files with 31 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -161,4 +161,20 @@ func main() {
|
|||
Println("you press...", "mouse left button")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
###Window
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
||||
import (
|
||||
. "fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Println("test")
|
||||
}
|
||||
```
|
||||
15
README_zh.md
15
README_zh.md
|
|
@ -159,3 +159,18 @@ func main() {
|
|||
}
|
||||
}
|
||||
```
|
||||
###Window
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
||||
import (
|
||||
. "fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Println("test")
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue