UI: Make Alt+F4/Ctrl+Q more reliable (#1035)

This commit is contained in:
Squall Leonhart 2024-02-18 15:52:11 +11:00 committed by GitHub
parent 81acd80a97
commit 6a08d04af9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View file

@ -124,6 +124,7 @@ public:
void OnSetWindowTitle(wxCommandEvent& event);
void OnKeyUp(wxKeyEvent& event);
void OnKeyDown(wxKeyEvent& event);
void OnChar(wxKeyEvent& event);
void OnToolsInput(wxCommandEvent& event);