![]() |
PointerWheelChanged in ManualInputEventsManager - Printable Version +- AB4D Forum (https://forum.ab4d.com) +-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4) +--- Forum: Ab4d.SharpEngine (https://forum.ab4d.com/forumdisplay.php?fid=12) +--- Thread: PointerWheelChanged in ManualInputEventsManager (/showthread.php?tid=4468) |
PointerWheelChanged in ManualInputEventsManager - zacfromaustinpowder - 10-03-2024 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 RE: PointerWheelChanged in ManualInputEventsManager - abenedik - 10-14-2024 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). |