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

robotgo.AddEvent Where did it go? #673

Open
3 tasks
1802211208 opened this issue Aug 15, 2024 · 0 comments
Open
3 tasks

robotgo.AddEvent Where did it go? #673

1802211208 opened this issue Aug 15, 2024 · 0 comments

Comments

@1802211208
Copy link

1802211208 commented Aug 15, 2024

  1. Please speak English (English only), this is the language everybody of us can speak and write.
  2. Please take a moment to search that an issue doesn't already exist.
  3. Please make sure Golang, GCC is installed correctly before installing RobotGo.
  1. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report.

You MUST delete the content above including this line before posting, otherwise your issue will be invalid.

  • Robotgo version (or commit ref):
  • Go version:
  • Gcc version:
  • Operating system and bit:
  • Resolution:
  • Can you reproduce the bug at Examples:
    • Yes (provide example code)
    • No
    • Not relevant
  • Provide example code:
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")
	}
}
  • Log gist:

Description

Why doesn't it exist when robotgo.AddEvent is used
...

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

1 participant