mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-02 06:09:13 +00:00
Remove wx-based Hotkey stuff
The core InputCommon Hotkeys interface does all of this for us.
This commit is contained in:
parent
1ed38e901e
commit
c84cefa990
12 changed files with 47 additions and 727 deletions
|
@ -306,7 +306,6 @@ private:
|
|||
void OnConfigAudio(wxCommandEvent& event);
|
||||
void OnConfigControllers(wxCommandEvent& event);
|
||||
void OnConfigHotkey(wxCommandEvent& event);
|
||||
void OnConfigMenuCommands(wxCommandEvent& event);
|
||||
|
||||
void OnToggleFullscreen(wxCommandEvent& event);
|
||||
void OnToggleDualCore(wxCommandEvent& event);
|
||||
|
@ -352,7 +351,7 @@ private:
|
|||
void OnLoadCurrentSlot(wxCommandEvent& event);
|
||||
|
||||
void PollHotkeys(wxTimerEvent&);
|
||||
void ParseHotkeys(wxKeyEvent &event);
|
||||
void ParseHotkeys();
|
||||
|
||||
bool InitControllers();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue