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

Method kbEvent

gui/builtinContextMenus/graphFitAmmoPicker.py:71–75  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

69 self.Bind(wx.EVT_CHAR_HOOK, self.kbEvent)
70
71 def kbEvent(self, event):
72 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
73 self.Close()
74 return
75 event.Skip()
76
77
78class AmmoPickerContents(wx.ScrolledCanvas):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected