mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +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
|
// MouseClick click the mouse
|
||||||
|
//
|
||||||
|
// robotgo.MouseClick(button string, double bool)
|
||||||
func MouseClick(args ...interface{}) {
|
func MouseClick(args ...interface{}) {
|
||||||
Click(args...)
|
Click(args...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Click click the mouse
|
// Click click the mouse
|
||||||
|
//
|
||||||
|
// robotgo.Click(button string, double bool)
|
||||||
func Click(args ...interface{}) {
|
func Click(args ...interface{}) {
|
||||||
var (
|
var (
|
||||||
button C.MMMouseButton = C.LEFT_BUTTON
|
button C.MMMouseButton = C.LEFT_BUTTON
|
||||||
|
Loading…
Reference in New Issue
Block a user