Open aklevans opened 3 months ago
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.
--windows
or something like that. --pen
isn't very descriptive.pen.py
is rather messy. There are lots of unused constants, inconsistent coding style (e.g. camelcase applyPen
). This file needs a refactor.
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
--monitor
or--region
tags 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!