mnoved update delay to base class and make

it setAble
This commit is contained in:
2023-04-26 07:54:57 +02:00
parent 1b695b2173
commit db3c25da42
3 changed files with 25 additions and 4 deletions
-2
View File
@@ -81,8 +81,6 @@ class MenuIntInput : public MenuControl {
*/
void printMenu() override;
void update() override {};
private:
MenuIntInputWrapper* wrapper;