Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many arguments in call to robotgo.MouseToggle #11

Closed
qizexi opened this issue Oct 24, 2016 · 3 comments
Closed

too many arguments in call to robotgo.MouseToggle #11

qizexi opened this issue Oct 24, 2016 · 3 comments
Milestone

Comments

@qizexi
Copy link

qizexi commented Oct 24, 2016

代码如下:
package main

import (
"time"

"github.com/go-vgo/robotgo"

)

func main() {
time.Sleep(5e9)

robotgo.MoveMouse(0, 0)
robotgo.MouseToggle("down")
robotgo.DragMouse(100, 100)
robotgo.MouseToggle("up")

}

@vcaesar
Copy link
Member

vcaesar commented Oct 24, 2016

Thx you,Documentation and func have err,I will fix it

@vcaesar vcaesar modified the milestone: v0.20.0 Oct 24, 2016
@vcaesar
Copy link
Member

vcaesar commented Oct 24, 2016

I fix it,If ok I will close it

@vcaesar vcaesar closed this as completed Oct 24, 2016
@qizexi
Copy link
Author

qizexi commented Oct 25, 2016

你是中国人吗?

发自我的 iPhone

在 2016年10月24日,12:35,v notifications@github.com 写道:

Thx you,Documentation have err,I will fix it


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants