<div dir="ltr">Totte,<div><br></div><div>The typical way to do this would be to subclass vtkInteractorStyle and override the member functions</div><div><br></div><div>OnLeftButtonDown()</div><div>OnLeftButtonUp()</div><div>OnMiddleButtonDown()</div><div>OnMiddleButtonUp()</div><div><br></div><div>to swap the functionality of the two. My guess is that you are using the vtkInteractorStyleTrackballActor, so you could subclass it and swap the definitions of the above member functions. Then, set an instance of your new class as the interactor style in your vtkRenderWindowInteractor.</div><div><br></div><div>Hope that helps,</div><div>Cory</div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:12px;white-space:pre"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 9, 2015 at 7:17 PM, Totte Karlsson <span dir="ltr"><<a href="mailto:totte@dunescientific.com" target="_blank">totte@dunescientific.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
When using a boxwidget, pressing the left button and moving the mouse allow the user to rotate the widget,<br>
while pressing the middle button and moving the mouse translates the widget.<br>
<br>
How can I switch the behavior of those two buttons?<br>
I.e. having the left button doing the translation and the middle button the rotation?<br>
<br>
-tk<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>