QML MouseArea.drag with any button but left button
-
wrote on 10 Sept 2015, 15:42 last edited by
Hi,
Is there a way to drag target using middle button (I want to use left button for something else) using MouseArea.drag?Regards
-
Hi,
Is there a way to drag target using middle button (I want to use left button for something else) using MouseArea.drag?Regards
@dzimiwine Did you try
acceptedButtons
?acceptedButtons: Qt.MiddleButton : Qt.RightButton
1/2