<div dir="ltr">Hi Rick,<div><br></div><div>The style itself will handle all events the way you want but you will have to define all the interactions.</div><div>The manipulators on the other hand use a manipulator style in which you can plug a bunch of manipulators to handle specific part (button/modifier/action).</div><div><br></div><div>In your case, you may have to implement a panManipulator that only deals with the mouse wheel/pinch. You can look at the zoom one which has an option to support the mouse wheel.</div><div><br></div><div>HTH,</div><div><br></div><div>Seb </div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 3, 2018 at 3:44 PM Richard Frank via vtkusers <<a href="mailto:vtkusers@public.kitware.com">vtkusers@public.kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I want to use scroll wheel down for Pan in my interactor instead of a modifier key. What’s the best way to do this? I don’t see how to get it in an interactor style and if I add a PanManipulator it seems to take over all the mouse handling.<br>
<br>
What’s the relationship between an interactor and a manipulator?<br>
<br>
Thanks<br>
<br>
Rick Frank<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="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>