MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / OnMotion

Method OnMotion

graphs/gui/vector.py:205–207  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

203 self.ReleaseMouse()
204
205 def OnMotion(self, event):
206 self.HandleMouseEvent(event)
207 event.Skip()
208
209 def OnWheel(self, event):
210 amount = 0.1 * event.GetWheelRotation() / event.GetWheelDelta()

Callers

nothing calls this directly

Calls 1

HandleMouseEventMethod · 0.95

Tested by

no test coverage detected