-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
.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
):
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
Labels
good first issueGood for newcomersGood for newcomers