quickdraw
quickdraw copied to clipboard
Feature Request: stylus pressure support
I have a Wacom tablet, and I'd love to be able to use the stylus and its pressure sensitivity to automatically adjust the thickness of the line.
If someone can point me to the right place in the code, I might be able to submit a PR. Thanks!
UPDATE: I believe NSEvent.pressure (https://developer.apple.com/documentation/appkit/nsevent/1534543-pressure) is the right API, I'm not too familiar with these APIs.