1
0
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:
Leland Lucius
2015-08-09 18:26:29 -05:00
parent 2a0f9da32d
commit 300f0f05a0
4 changed files with 40 additions and 49 deletions

View File

@@ -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);