Description
Currently when a MouseWheel event is triggered, the TouchPhase is set to Moved. For the Touchpad the phases Started, Moved and Ended are used.
It is confusing when a wheel event with a phase of Moved is send without the Start.
Qt is using NoScrollPhase for mouse wheel events and for the Touchpad start, update and end (https://doc.qt.io/qt-6/qt.html#ScrollPhase-enum)
Relevant platforms
No response
Description
Currently when a
MouseWheelevent is triggered, the TouchPhase is set toMoved. For the Touchpad the phasesStarted,MovedandEndedare used.It is confusing when a wheel event with a phase of
Movedis send without theStart.Qt is using
NoScrollPhasefor mouse wheel events and for the Touchpad start, update and end (https://doc.qt.io/qt-6/qt.html#ScrollPhase-enum)Relevant platforms
No response