input_common/tas: new update method

This commit is contained in:
german77 2021-07-09 23:30:58 -05:00 committed by MonsterDruide1
parent 33a1d790e8
commit 5401cf6eb5
5 changed files with 4 additions and 17 deletions

View file

@ -25,7 +25,6 @@ struct ControllerInput {
struct ControllerCallback {
std::function<void(ControllerInput)> input;
std::function<void(bool)> update;
};
class ControllerDialog : public QWidget {
@ -45,7 +44,6 @@ protected:
private:
void InputController(ControllerInput input);
void UpdateController(bool update);
QAction* toggle_view_action = nullptr;
QFileSystemWatcher* watcher = nullptr;
PlayerControlPreview* widget;