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

Method kbEvent

gui/preferenceDialog.py:85–89  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

83 self.Close()
84
85 def kbEvent(self, event):
86 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
87 self.Close()
88 return
89 event.Skip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected