ENH: Add a PassiveObserver flag to vtkCommand. Passive observers do not...
ENH: Add a PassiveObserver flag to vtkCommand. Passive observers do not change the system state, and always get events, even if another command has focus. Change vtkObject to process passive observers first. ENH: Change vtkInteractorEventRecorder to have PassiveObserver commands. ENH: Change InteractorStyleTreeMapHover to use the vtkInteractorEventRecorder.
This diff is collapsed.
Please register or sign in to comment