Trackpad Gestures
Unsolved
QML and Qt Quick
-
Hi everyone,
I wondered if there is any way to handle Trackpad gestures for example swiping with 2/3/4 fingers to the left/right?
Of course it would be great if the solution would work with normal touch too.
So two fingers on trackpad = one finger on touch ...I don't think MouseArea has a feature like this, but I thought their might be some other qml component for this.
I appreciate any help :)