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

Use strong type for PointerGestureRecognizer Windows PlatformArgs #17277

Merged
merged 2 commits into from Sep 8, 2023

Conversation

tj-devel709
Copy link
Contributor

@tj-devel709 tj-devel709 commented Sep 8, 2023

Description of Change

This PR changes the PlatformPointerEventArgs Windows property from RoutedEventArgs to a stronger PointerRoutedEventArgs. This is something that should have probably been done originally and will allow customers to have a more specific class for the Pointer Arguments. This PR also extends this pattern to the PointerPressed and PointerReleased events.

@PureWeen PureWeen enabled auto-merge (squash) September 8, 2023 14:59
@samhouts samhouts added this to the .NET 8 GA milestone Sep 8, 2023
@PureWeen PureWeen merged commit c387141 into dotnet:main Sep 8, 2023
39 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants