Mouse drag event remapping ?

Hi,

I have a unstructured grid in QVTKOpenGLNativeWidget, which on a right mouse drag event I want to move.
I noticed that by default this behavior is already implemented using the middle mouse wheel/button drag event. Is there a way to change/override ( to right mouse button drag) this mapping in my code ? I would prefer not to reimplement this functionality :frowning:

Any help/suggestions would be greatly appreciated !
Thanks,
Ujjwala

Hello,

Please, take a look at this: How to put a limit to zoom in? - #2 by Paulo_Carvalho

take care,

PC