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

Method kbEvent

gui/setEditor.py:193–197  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

191 return
192
193 def kbEvent(self, event):
194 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
195 self.Close()
196 return
197 event.Skip()
198
199 def __del__(self):
200 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected