Merge pull request #2834 from endrift/tasinputdlg-threading

DolphinWX: Ensure TASInputDlg only gets modified on the main thread
This commit is contained in:
Lioncash
2015-08-15 02:45:13 -04:00
committed by Jules Blok
parent 7efd9fd56c
commit de5b14444b
2 changed files with 60 additions and 12 deletions

View File

@ -89,6 +89,8 @@ class TASInputDlg : public wxDialog
};
wxBoxSizer* CreateCCLayout();
void FinishLayout();
void GetValuesCallback(wxCommandEvent& event);
void SetStickValue(bool* ActivatedByKeyboard, int* AmountPressed, wxTextCtrl* Textbox, int CurrentValue, int center = 128);
void SetButtonValue(Button* button, bool CurrentState);
void SetSliderValue(Control* control, int CurrentValue);