Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PointerWheelChanged in ManualInputEventsManager
#1
It would be great if there was a generic PointerWheelChanged event in the ManualInputEventsManager.

Is there any reason it's not there currently? Or is there something else I should use instead?

Another convenience would be to include a PointerDiff property in the event args for PointerMoved
#2
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).
Andrej Benedik
  


Forum Jump:


Users browsing this thread:
1 Guest(s)