Pass mouse event
-
Hi,
Did you try "propagateComposedEvents":http://doc.qt.io/qt-5/qml-qtquick-mousearea.html#propagateComposedEvents-prop property for MouseArea?
But this work only if you need to call another MouseArea event. When you use Button it's doesn't work.