-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 pressure and tilt on macos #18082
Conversation
You can test this PR using the following package version. |
|
@cla-avalonia agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
A few minor changes are needed but this looks good overall.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
You can test this PR using the following package version. |
What does the pull request do?
Adding pen pressure and tilt support on macos
What is the current behavior?
Can not receive the pen pressure and tile information on macos
What is the updated/expected behavior with this PR?
Can receive the pen pressure and tile information on macos
How was the solution implemented (if it's not obvious)?
Tilt has to be inverted on macos.
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
fix #3540