[vtkusers] AbortFlagOn()
Mark Wyszomierski
markww at gmail.com
Fri Aug 10 10:34:32 EDT 2007
Hi,
I have a typical scene setup with a mouse move observer. It works
fine. I wanted to abort all camera operations when the mouse is
moving. So I have my mouse observer doing something like:
void ObserveMouseMove::Execute(vtkObject *caller,
unsigned long,
void*)
{
AbortFlagOn();
}
but the interactor is still allowing the camera to move etc. What's
the right way to block any interaction through the mouse move event?
Thanks,
Mark
More information about the vtkusers
mailing list