Skip to content
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

Add shared OnMapPointerPressed/Moved/Released methods which are called from the platforms #2532

Merged
merged 12 commits into from Mar 9, 2024

Conversation

pauldendulk
Copy link
Member

Another step towards more shared code. With respect to manipulation it looks like there is not much more to share.

@pauldendulk
Copy link
Member Author

  • _tapGestureTracker is now called only twice in all code.
  • _manipulationTracker needs to stay in the platforms because it is not used everywhere.
  • Simplified fling
  • The SourceGenerator has a compile error in VS on windows when run with net8 (while it compiles on the server), reverted to netstandard2.0 again, a bit weird.

@pauldendulk pauldendulk merged commit 26d488a into main Mar 9, 2024
5 checks passed
@pauldendulk pauldendulk deleted the feature/more-shared-code branch March 9, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant