<div dir="ltr">The manipulator infrastructure come from ParaView and has never been pushed to VTK on the c++ side.<div>Anyhow, we have a ManipulatorStyle on which we register a bunch of manipulators to custom build our style binding (pan on left-button, rotate on left-button+Alt, ...). </div><div>That's the high level concept.</div><div><br></div><div>So either you provide a XXXXStyle that should handle everything or use a ManipulatorStyle on which you register manipulators...</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 13, 2018 at 10:02 AM Rick 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'm using vtkInteractorStyleImage and notice that I don't have access to <br>
a center mouse down (for Pan)...<br>
<br>
<br>
but the Manipulators have center mouse down...<br>
<br>
<br>
Manipulators seems to be a new thing in the vtk.js<br>
<br>
<br>
How do they relate to the interactors? Is there a way to get a center <br>
mouse down in my interactorStyleImage subclass<br>
<br>
<br>
Rick<br>
<br>
<br>
<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>