mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 22:51:21 +01:00
Update keyboard and a11y usage based on DB's suggestions
This commit is contained in:
@@ -186,6 +186,7 @@ class Meter : public wxPanel
|
||||
void OnSize(wxSizeEvent &evt);
|
||||
void OnMouse(wxMouseEvent &evt);
|
||||
void OnKeyDown(wxKeyEvent &evt);
|
||||
void OnKeyUp(wxKeyEvent &evt);
|
||||
void OnContext(wxContextMenuEvent &evt);
|
||||
void OnSetFocus(wxFocusEvent &evt);
|
||||
void OnKillFocus(wxFocusEvent &evt);
|
||||
|
||||
Reference in New Issue
Block a user