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

Update MouseEventArgs to include MovementX, MovementY #42451

Merged
merged 14 commits into from
Jun 29, 2022

Conversation

cerasamson
Copy link
Contributor

Adding MovementX and MovementY to MouseEventArgs, as well as other missing standard properties.

Fixes #38602

@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Jun 27, 2022
@cerasamson cerasamson marked this pull request as ready for review June 28, 2022 17:54
@cerasamson cerasamson requested a review from a team as a code owner June 28, 2022 17:54
Copy link
Member

@SteveSandersonMS SteveSandersonMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cerasamson cerasamson merged commit 8a05a97 into dotnet:main Jun 29, 2022
@ghost ghost added this to the 7.0-preview7 milestone Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update MouseEventArgs. Add MovementX MovementY
3 participants