Add replay ram usage estimation

This commit is contained in:
dec05eba
2024-11-05 00:17:03 +01:00
parent 610fca510d
commit 07a64ffd95
6 changed files with 49 additions and 5 deletions

View File

@@ -26,6 +26,8 @@ namespace gsr {
// Return false to specify that the string should not be accepted. This reverts the string back to its previous value.
// The input can be changed by changing the input parameter and returning true.
EntryValidateHandler validate_handler;
std::function<void(const std::string &text)> on_changed;
private:
mgl::Text text;
float max_width;