MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / OnMouseMove

Method OnMouseMove

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

Source from the content-addressed store, hash-verified

238
239 # Focus manipulation - otherwise scrolling doesn't work under Windows
240 def OnMouseMove(self, event):
241 event.Skip()
242 if not self.HasFocus():
243 self._savedFocusedWindow = self.FindFocus()
244 self.SetFocus()
245
246 def OnMouseLeave(self, event):
247 event.Skip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected