mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update godoc
This commit is contained in:
parent
6bbf8390df
commit
14aa4712b4
1 changed files with 8 additions and 1 deletions
|
|
@ -18,6 +18,12 @@ See Requirements:
|
|||
https://github.com/go-vgo/robotgo#requirements
|
||||
|
||||
Installation:
|
||||
With Go module support (Go 1.11+), just import:
|
||||
```go
|
||||
import "github.com/go-vgo/robotgo"
|
||||
```
|
||||
|
||||
Otherwise, to install the robotgo package, run the command:
|
||||
go get -u github.com/go-vgo/robotgo
|
||||
*/
|
||||
package robotgo
|
||||
|
|
@ -641,7 +647,8 @@ func MovesClick(x, y int, args ...interface{}) {
|
|||
Click(args...)
|
||||
}
|
||||
|
||||
// Toggle toggle the mouse, support button: "left", "center", "right",
|
||||
// Toggle toggle the mouse, support button:
|
||||
// "left", "center", "right",
|
||||
// "wheelDown", "wheelUp", "wheelLeft", "wheelRight"
|
||||
//
|
||||
// Examples:
|
||||
|
|
|
|||
Loading…
Reference in a new issue