MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _mouse_move

Method _mouse_move

lib/matplotlib/backend_tools.py:880–885  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

878 self._cancel_action()
879
880 def _mouse_move(self, event):
881 for a, _ind in self._xypress:
882 # safer to use the recorded button at the _press than current
883 # button: # multiple button can get pressed during motion...
884 a.drag_pan(self._button_pressed, event.key, event.x, event.y)
885 self.toolmanager.canvas.draw_idle()
886
887
888class ToolHelpBase(ToolBase):

Callers

nothing calls this directly

Calls 2

drag_panMethod · 0.45
draw_idleMethod · 0.45

Tested by

no test coverage detected