-
Notifications
You must be signed in to change notification settings - Fork 125
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
hooks: add hook for pynput #287
Conversation
or we can use alternative method like how pynput detects backend |
Hmm, what we're trying to with the matplotlib hook (which also has a choice of backends) is make the selection configurable. In this case it would be to have whatever backend pynput selects by default as the default then have a hook option to choose a backend (or possibly backends if needing more than one is likely?). |
Actually looking at their available backends, this isn't really like matplotlib where you have more choices than you need, it's pretty much just one per OS meaning that your |
It does have per-platforn dependencies ( |
Here's CI and some more CI becuase Linux needs a virtual screen. |
Cheers @eric15342335! |
Pynput chooses different backends for different platforms, but users can specify via environment variables too.
I am not sure if this is right.