Making Flickable react to right mouse button, Qt Quick 2
-
Hello,
Is there a way to make Flickable react to right mouse button, not to the left one?For example, you can find out which button was pressed on MouseArea by mouse argument, and then decide what to do with it.
Is there any way to do same or similar thing in Flickable, so its contentItem would be flicked by some custom mouse button?