This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
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 2 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,33 @@ | ||
| # This file is suitable for use within the tree. A different _embedder.yaml | ||
| # is generated by the BUILD.gn in this directory. Changes here must be | ||
| # mirrored there. | ||
| # This file is generated by //flutter/sky/packages/sky_engine:_embedder_yaml | ||
| # Do not modify this file directly. Instead, update the build file. | ||
|
|
||
| embedded_libs: | ||
| "dart:async": "../../../../../third_party/dart/sdk/lib/async/async.dart" | ||
| "dart:collection": "../../../../../third_party/dart/sdk/lib/collection/collection.dart" | ||
| "dart:convert": "../../../../../third_party/dart/sdk/lib/convert/convert.dart" | ||
| "dart:core": "../../../../../third_party/dart/sdk/lib/core/core.dart" | ||
| "dart:developer": "../../../../../third_party/dart/sdk/lib/developer/developer.dart" | ||
| "dart:ffi": "../../../../../third_party/dart/sdk/lib/ffi/ffi.dart" | ||
| "dart:html": "../../../../../third_party/dart/sdk/lib/html/html_dart2js.dart" | ||
| "dart:io": "../../../../../third_party/dart/sdk/lib/io/io.dart" | ||
| "dart:isolate": "../../../../../third_party/dart/sdk/lib/isolate/isolate.dart" | ||
| "dart:js": "../../../../../third_party/dart/sdk/lib/js/js.dart" | ||
| "dart:js_interop": "../../../../../third_party/dart/sdk/lib/js_interop/js_interop.dart" | ||
| "dart:js_interop_unsafe": "../../../../../third_party/dart/sdk/lib/js_interop_unsafe/js_interop_unsafe.dart" | ||
| "dart:js_util": "../../../../../third_party/dart/sdk/lib/js_util/js_util.dart" | ||
| "dart:math": "../../../../../third_party/dart/sdk/lib/math/math.dart" | ||
| "dart:typed_data": "../../../../../third_party/dart/sdk/lib/typed_data/typed_data.dart" | ||
| "dart:ui": "../../../../lib/ui/ui.dart" | ||
| "dart:ui_web": "../../../../lib/web_ui/lib/ui_web/src/ui_web.dart" | ||
| "dart:async": "async/async.dart" | ||
| "dart:collection": "collection/collection.dart" | ||
| "dart:convert": "convert/convert.dart" | ||
| "dart:core": "core/core.dart" | ||
| "dart:developer": "developer/developer.dart" | ||
| "dart:ffi": "ffi/ffi.dart" | ||
| "dart:html": "html/html_dart2js.dart" | ||
| "dart:io": "io/io.dart" | ||
| "dart:isolate": "isolate/isolate.dart" | ||
| "dart:js": "js/js.dart" | ||
| "dart:js_interop": "js_interop/js_interop.dart" | ||
| "dart:js_interop_unsafe": "js_interop_unsafe/js_interop_unsafe.dart" | ||
| "dart:js_util": "js_util/js_util.dart" | ||
| "dart:math": "math/math.dart" | ||
| "dart:typed_data": "typed_data/typed_data.dart" | ||
| "dart:ui": "ui/ui.dart" | ||
| "dart:ui_web": "ui_web/ui_web.dart" | ||
|
|
||
| "dart:_http": "../../../../../third_party/dart/sdk/lib/_http/http.dart" | ||
| "dart:_interceptors": "../../../../../third_party/dart/sdk/lib/_interceptors/interceptors.dart" | ||
| "dart:_http": "_http/http.dart" | ||
| "dart:_interceptors": "_interceptors/interceptors.dart" | ||
| # The _internal library is needed as some implementations bleed into the | ||
| # public API, e.g. List being Iterable by virtue of implementing | ||
| # EfficientLengthIterable. Not including this library yields analysis errors. | ||
| "dart:_internal": "../../../../../third_party/dart/sdk/lib/internal/internal.dart" | ||
| "dart:_internal": "internal/internal.dart" | ||
| # The _js_annotations library is also needed for the same reasons as _internal. | ||
| "dart:_js_annotations": "../../../../../third_party/dart/sdk/lib/js/_js_annotations.dart" | ||
| "dart:_js_annotations": "_js_annotations/_js_annotations.dart" | ||
| # The _js_types library is also needed for the same reasons as _internal. | ||
| "dart:_js_types": "../../../../../third_party/dart/sdk/lib/_internal/js_shared/lib/js_types.dart" | ||
| "dart:_js_types": "_js_types/js_types.dart" | ||
| "dart:nativewrappers": "_empty.dart" |
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.
Uh oh!
There was an error while loading. Please reload this page.