Skip to content

Add MovementX and MovementY to relevant MouseEventArgs #838

@linkdotnet

Description

@linkdotnet

.net7.0-preview7 introduced two new properties on the MouseEventArgs: MovementX and MovementY (API diff, current main).

I tried to find in which places the property gets set, but found only a view occurrences (and not even the obvious MouseMoveEvent):
image

The most obvious case would be to add it to mousemove. Not sure where you need it on onclick.
For starters we could go with that and see if folks need it somewhere else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions