mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
update godoc
This commit is contained in:
parent
6bc9fbefab
commit
9175329c2d
@ -398,11 +398,15 @@ func GetMousePos() (int, int) {
|
||||
}
|
||||
|
||||
// MouseClick click the mouse
|
||||
//
|
||||
// robotgo.MouseClick(button string, double bool)
|
||||
func MouseClick(args ...interface{}) {
|
||||
Click(args...)
|
||||
}
|
||||
|
||||
// Click click the mouse
|
||||
//
|
||||
// robotgo.Click(button string, double bool)
|
||||
func Click(args ...interface{}) {
|
||||
var (
|
||||
button C.MMMouseButton = C.LEFT_BUTTON
|
||||
|
Loading…
Reference in New Issue
Block a user