pyvista.plotting.render_window_interactor.InteractorStyleCaptureMixin#
- class InteractorStyleCaptureMixin(*args, **kwargs)[source]#
A mixin for subclasses of vtkInteractorStyle with capturing ability.
Use a custom capturing events because the default ones swallow the release events. See https://public.kitware.com/pipermail/vtkusers/2013-December/082315.html.
Methods
Keep track of observers.
Remove all observers added through
add_observer()
.Attributes