Support more buttons

This commit is contained in:
Jaby
2024-01-04 20:58:46 -06:00
committed by Jaby
parent 5db699a620
commit 755362c032
4 changed files with 21 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ namespace Menu {
this->waiting = false;
}
bool update(const GPU::PositionI16& position);
bool update(const GPU::PositionI16& position, bool auto_clear = true);
void render();
};
}