mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 15:16:27 +01:00
Move TrackPanel keyboard handling out of AudacityProject...
...and into TrackPanel where it should be.
This commit is contained in:
@@ -147,6 +147,7 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
|
||||
virtual void OnCaptureKey(wxCommandEvent & event);
|
||||
virtual void OnKeyDown(wxKeyEvent & event);
|
||||
virtual void OnChar(wxKeyEvent & event);
|
||||
virtual void OnKeyUp(wxKeyEvent & event);
|
||||
|
||||
virtual void OnSetFocus(wxFocusEvent & event);
|
||||
virtual void OnKillFocus(wxFocusEvent & event);
|
||||
|
||||
Reference in New Issue
Block a user