-
Notifications
You must be signed in to change notification settings - Fork 919
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
Pass force on touch events on android #3020
Pass force on touch events on android #3020
Conversation
src/platform_impl/android/mod.rs
Outdated
force: Some(crate::event::Force::Normalized( | ||
pointer.pressure() as f64 | ||
)), |
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.
Could you import it at the top properly?
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.
Updated
@lucasmerlin could you rebase, seems like CI is stuck... |
cee479b
to
e55246a
Compare
Done |
CI currently fails because the MSRV for Android is wrong. |
e55246a
to
ee119be
Compare
Rebased it after #3046, CI is green now. |
Adds pressure data to touch events on android
CHANGELOG.md
if knowledge of this change could be valuable to users