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

Method OnKeyUp

gui/builtinShipBrowser/shipItem.py:124–127  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

122 self.Refresh()
123
124 def OnKeyUp(self, event):
125 if event.GetKeyCode() in (32, 13): # space and enter
126 self.selectShip(event)
127 event.Skip()
128
129 @staticmethod
130 def OUT_QUAD(t, b, c, d):

Callers

nothing calls this directly

Calls 1

selectShipMethod · 0.95

Tested by

no test coverage detected