Support more buttons

This commit is contained in:
2024-01-04 20:58:46 -06:00
parent c0c395ec97
commit 2d66e4fe96
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();
};
}