Add MovementX
and MovementY
to relevant MouseEventArgs
#838
Labels
good first issue
Good for newcomers
MovementX
and MovementY
to relevant MouseEventArgs
#838
.net7.0-preview7
introduced two new properties on theMouseEventArgs
:MovementX
andMovementY
(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
):The most obvious case would be to add it to
mousemove
. Not sure where you need it ononclick
.For starters we could go with that and see if folks need it somewhere else.
The text was updated successfully, but these errors were encountered: