pyvista.plotting.render_window_interactor.InteractorStyleCaptureMixin.add_observer#
- InteractorStyleCaptureMixin.add_observer(event, callback)[source]#
Keep track of observers.
- Parameters:
- event
str
VTK event string
- callback
callable()
Function to call during callback
- event