add sync button

This commit is contained in:
J. Nick Koston 2023-06-07 18:45:59 -05:00
parent 472791788e
commit 6e9a224e1d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace ratgdo {
void dump_config() override;
void set_button_type(ButtonType button_type_) { this->button_type_ = button_type_; }
void control(float value) override;
void control() override;
protected:
ButtonType button_type_;