mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Implement hotkey options group in HotkeyInputConfigDiag
This commit is contained in:
parent
a6bc56b626
commit
8adad0729e
4 changed files with 47 additions and 31 deletions
|
@ -17,9 +17,10 @@ public:
|
|||
bool using_debugger, int port_num = 0);
|
||||
|
||||
private:
|
||||
wxBoxSizer* CreateMainSizer();
|
||||
wxBoxSizer* CreateDeviceRelatedSizer();
|
||||
wxBoxSizer* CreateDeviceProfileSizer();
|
||||
wxSizer* CreateMainSizer();
|
||||
wxSizer* CreateDeviceRelatedSizer();
|
||||
wxSizer* CreateDeviceProfileSizer();
|
||||
wxSizer* CreateOptionsSizer();
|
||||
|
||||
void InitializeNotebook();
|
||||
wxPanel* CreateGeneralPanel();
|
||||
|
@ -31,6 +32,9 @@ private:
|
|||
wxPanel* CreateSaveAndLoadStatePanel();
|
||||
wxPanel* CreateOtherStateManagementPanel();
|
||||
|
||||
void OnBackgroundInputChanged(wxCommandEvent& event);
|
||||
void OnIterativeInputChanged(wxCommandEvent& event);
|
||||
|
||||
wxNotebook* m_notebook;
|
||||
bool m_using_debugger;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue