QML MouseArea.drag with any button but left button
-
@dzimiwine Did you try
acceptedButtons
?acceptedButtons: Qt.MiddleButton : Qt.RightButton
@dzimiwine Did you try acceptedButtons
?
acceptedButtons: Qt.MiddleButton : Qt.RightButton