10-14-2024, 05:08 PM
I will add the proposed PointerWheelChanged event to the ManualInputEventsManager.
But I will not add the PointerDiff property in the event args for PointerMoved. The event args can provide all the data about the current mouse state and then it is trivial for the user to implement move diff - that can be based on the previous PointerMoved or based on some other start value (for example on PointerPressed).
But I will not add the PointerDiff property in the event args for PointerMoved. The event args can provide all the data about the current mouse state and then it is trivial for the user to implement move diff - that can be based on the previous PointerMoved or based on some other start value (for example on PointerPressed).
Andrej Benedik