-
Notifications
You must be signed in to change notification settings - Fork 61
Pressure sensing on Windows, dynamic monitor selection #90
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
base: master
Are you sure you want to change the base?
Conversation
Add windows pen pressure support
Add pen pressure support for windows
|
Thanks for putting the work into this. I'd be happy to merge in support for pressure on Windows, but this needs to be cleaned up quite a bit.
|
|
Yeah it's messy because I don't know much about coding, that is just me and google being happy to get it working at all. I'll let someone else take a crack at refactoring that :) I do like the dynamic monitor selection though. |
I understand. I have to keep maintainability in mind (been maintaining this for 5 years), so I can't merge contributions in just because they work. By the way, PRs and feedback on them is a great way to gain programming experience. |
…lso add platform detection so that --pressure supports windows or linux
Builds upon @DCS-87's implementation of pressure sensing on Windows.
Dynamically changes the monitor to output to based on mouse position. This is now on by default and is overridden when the
--monitoror--regiontags are used.Additionally, the program can now be exited using Ctrl-C, which did not use to work. The only option was to close the console which made restarting a pain.
I think these changes are significant enough to be worth publishing a new version to PyPi!