-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
feat: support stylus pressure in macos #289
base: master
Are you sure you want to change the base?
Conversation
660f517
to
f5d4ac4
Compare
conflict resovled |
Just wanted to say i've been using a build from this branch on mac for a week now with no issues, would be great to get it merged in! |
Thanks very much for your contribution @lyonbot ! Currently, I do not use macOS, so I can not test this changes, therefore I appreciate your feedback @nulltrope! One problem I see is that the autopilot library has been patched. @lyonbot instead of patching autopilot, I'd prefer either directly calling the macOS APIs or using another input library that does not require patching. If this is resolved and @nulltrope can verify that everything works, I will probably merge your changes. |
The patches to autopilot-rs is simple and public here, and the version is locked to commit If you still have concerns, you can (1) merge this PR, (2) then bring changes to your own H-M-H/autopilot-rs (3) modify Cargo.toml to use your patched repo. -- which makes no difference IMO. I've spend too much time on this. the actions to do and a "probably merge" is kinda frustrating to me. |
No problem @lyonbot :), this is your free time after all. Perhaps I will have a look again when I have some time or someone else feels up to this. |
a PR separated from #276
introduced new pointer events: enter & leave. tested on MacOS. not tested on Linux and Windows, but shall works too