Qt 6.11 is out! See what's new in the release
blog
Grab TouchPoints outside QQuickItem
-
Hi!
I'm working on a control (derived from QQuickItem) that allows the user to pinch in/out. When pinching out, if the touchpoint goes outside the control, it's still recognized by the control since the motion started inside the control. But when pinching in, if the motion starts outside the control and then goes inwards, that touchpoint is not being recognized by the control. Is there a way from the QQuickItem code to get a list of application-wide touchpoints/events?
Thanks! :)