Support more buttons

This commit is contained in:
Jaby
2024-01-04 20:58:46 -06:00
parent 60286f41b8
commit 01a535fad3
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();
};
}