QML object that will receive (multi-)touch but also let it through like MouseArea {propagateComposedEvents: true}
Unsolved
QML and Qt Quick
-
Hello!
I am looking for a QML object that will work like
MultiPointTouchArea
(so I have touchUpdated signal) but also let touches go through it and be received by objects under it.It is not a problem if the solution requires me to use C++.
Is there a simple solution to my problem? Any help (simple hints) would be appreciated.