[vtkusers] Still can't get vtkInteractorStyle to work!
Anja Ende
anja.ende at googlemail.com
Fri Oct 13 10:36:58 EDT 2006
Hi there,
To get complete control, you will need to at least override all these
methods and replace it with your handlers:
virtual void OnMouseMove();
virtual void OnLeftButtonDown();
virtual void OnLeftButtonUp();
virtual void OnRightButtonDown();
virtual void OnRightButtonUp();
virtual void OnChar();
So try overriding these values as well. Also, output something in your
overrides so that you have an indication that the correct interactor style
has registered with the interactor.
I have unfortunately not used VTK with Java, but it should not be anything
more complicated.
Cheers and good luck,
Anja
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20061013/cc672f44/attachment.htm>
More information about the vtkusers
mailing list