How to detect if right button was pressed in MultiPointTouchArea ?
-
Hello, I have a MultiPointTouchArea which accepts a single point.
It works fine with the mouse (left click only) or one finger.
I'd like to perform a different action when the right button of the mouse is pressed.
So far, I've tried to embed a MouseArea in a MultiPointTouchArea and the opposite as well with no luck.
Do you have any suggestion ?Thanks for your help
David