mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
PadSimple: move DInput init to new function OnShow (called every time dialog is shown instead of just once in the constructor)
fixes issue 1341. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4291 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -125,7 +125,8 @@ class PADConfigDialogSimple : public wxDialog
|
||||
void ControllerSettingsChanged(wxCommandEvent& event);
|
||||
void OnButtonClick(wxCommandEvent& event);
|
||||
void DllAbout(wxCommandEvent& event);
|
||||
|
||||
void OnShow(wxShowEvent& event);
|
||||
|
||||
int keyPress;
|
||||
wxButton *ClickedButton;
|
||||
wxString oldLabel;
|
||||
|
Reference in New Issue
Block a user