mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Implement hotkey options group in HotkeyInputConfigDiag
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user