update godoc

This commit is contained in:
vcaesar 2018-09-14 17:32:31 -04:00
parent 6bc9fbefab
commit 9175329c2d

View File

@ -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