- // map a keyboard event to one or more actions (pressed == TRUE if the key
- // was pressed, FALSE if released), returns TRUE if something was done
- virtual bool HandleKey(wxControl *control,
+ // map a keyboard event to one or more actions (pressed == true if the key
+ // was pressed, false if released), returns true if something was done
+ virtual bool HandleKey(wxInputConsumer *consumer,