recognize gesture in a QQuickPaintedItem

329 Views Asked by At

I want to create some gestures for my QQuickPaintedItem In the normal QWidgets we have the method gestureEvent(QGestureEvent *event) (look here)

But how can I get these events in a QQuickItem?

0

There are 0 best solutions below