Skip to content

Possibility to distinguish if wheel event from Touchpad or MouseWheel #4548

@Murmele

Description

@Murmele

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions