We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Golang, GCC
You MUST delete the content above including this line before posting, otherwise your issue will be invalid.
package main import ( "fmt" "github.com/go-vgo/robotgo" ) func main() { keve := robotgo.AddEvent("k") if keve { fmt.Println("you press...", "k") } mleft := robotgo.AddEvent("mleft") if mleft { fmt.Println("you press...", "mouse left button") } }
Why doesn't it exist when robotgo.AddEvent is used ...
The text was updated successfully, but these errors were encountered:
REDAME_zh.md has been abandoned and will no longer be updated. You should refer to REDAME.md
Sorry, something went wrong.
No branches or pull requests
Golang, GCC
is installed correctly before installing RobotGo.You MUST delete the content above including this line before posting, otherwise your issue will be invalid.
Description
Why doesn't it exist when robotgo.AddEvent is used
...
The text was updated successfully, but these errors were encountered: