Start on file chooser, page stack

This commit is contained in:
dec05eba
2024-08-22 21:44:06 +02:00
parent ba007c2b69
commit 54c60d9a18
32 changed files with 724 additions and 260 deletions

View File

@@ -70,4 +70,8 @@ namespace gsr {
void Button::set_border_scale(float scale) {
border_scale = scale;
}
const std::string& Button::get_text() const {
return text.get_string();
}
}