pyvista.Plotter.track_mouse_position#
- Plotter.track_mouse_position() None [source]#
Keep track of the mouse position.
This will potentially slow down the interactor. No callbacks supported here - use
pyvista.Plotter.track_click_position()
instead.