mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update godoc
This commit is contained in:
parent
6bbf8390df
commit
14aa4712b4
@ -18,6 +18,12 @@ See Requirements:
|
|||||||
https://github.com/go-vgo/robotgo#requirements
|
https://github.com/go-vgo/robotgo#requirements
|
||||||
|
|
||||||
Installation:
|
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
|
go get -u github.com/go-vgo/robotgo
|
||||||
*/
|
*/
|
||||||
package robotgo
|
package robotgo
|
||||||
@ -641,7 +647,8 @@ func MovesClick(x, y int, args ...interface{}) {
|
|||||||
Click(args...)
|
Click(args...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Toggle toggle the mouse, support button: "left", "center", "right",
|
// Toggle toggle the mouse, support button:
|
||||||
|
// "left", "center", "right",
|
||||||
// "wheelDown", "wheelUp", "wheelLeft", "wheelRight"
|
// "wheelDown", "wheelUp", "wheelLeft", "wheelRight"
|
||||||
//
|
//
|
||||||
// Examples:
|
// Examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user