QML MouseArea.drag with any button but left button
QML and Qt Quick
2
Posts
2
Posters
1.0k
Views
2
Watching
-
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