A keyboard event handler.
Default class constructor. |
|
Processes the inout event. |
|
Sets the listener menu. |
MenuKbdRedirector
(wx.EvtHandler)¶A keyboard event handler.
__init__
(self, menu, oldHandler)¶Default class constructor.
menu – an instance of FlatMenu
for which we want to redirect
keyboard inputs;
oldHandler – a previous (if any) EvtHandler
associated with
the menu.
ProcessEvent
(self, event)¶Processes the inout event.
event – any kind of keyboard-generated events.