-
Notifications
You must be signed in to change notification settings - Fork 6k
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
i82973 scroll mouse wheel support #44724
Merged
auto-submit
merged 29 commits into
flutter:main
from
reidbaker:i82973-scroll-mouse-wheel-support
Aug 22, 2023
Merged
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4fc9130
Pair progress
Piinks 17faa0d
Working mouse scroll wheel, note flutter takes longer to "see" a mous…
reidbaker 95f5aa0
refactor packet method to have an override when context is null
reidbaker 2b9686c
Add unit test for scroll wheel
reidbaker 43619cc
Add unit test for scroll wheel
reidbaker aa01e98
Add unit test for scroll wheel
reidbaker 05420ee
make pointer logic easier to read
reidbaker e14b961
revert unrelated file
reidbaker 9efded6
Merge branch 'main' into i82973-scroll-mouse-wheel-support
reidbaker 2ea445d
Fix merge, add timestamp test, code does not compile
reidbaker 5140201
Merge branch 'main' into i82973-scroll-mouse-wheel-support
reidbaker e76fec0
Make tests compile
reidbaker 22e8a77
Make tests pass
reidbaker e7dfa9d
add device test
reidbaker 53ac277
Add tests for pressure, obscured and synth
reidbaker 02e1176
Add tests for pressure min and max
reidbaker 2c823c7
Add test for stylus distance
reidbaker c2f3c56
Add test for stylus distance
reidbaker 168164f
Add tests for size and radius
reidbaker 06cda9a
Add tests for pan deltax and rotation and scale
reidbaker bb157fb
formatting
reidbaker 01e8ebb
Add test for buttons, specifically stylus
reidbaker 8f3aa72
formatting
reidbaker 4df1fee
Merge branch 'main' into i82973-scroll-mouse-wheel-support
reidbaker eb4dbb0
extract mock event values into function
reidbaker 33be4af
formatting
reidbaker 2cd1f46
Tests for pre 26 scroll behavior
reidbaker 3848a28
Merge branch 'main' into i82973-scroll-mouse-wheel-support
reidbaker ae7439f
Update shell/platform/android/io/flutter/embedding/android/AndroidTou…
Piinks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The change below was made for readability since @camsim99 and I both thought the implementation was confusing. It should be functionally identical and easier to follow. If a reviewer disagree please comment here and let me know.