File chooser navigation

This commit is contained in:
dec05eba
2024-08-25 13:39:33 +02:00
parent b8e6949dfb
commit 3d5e8baa5f
19 changed files with 382 additions and 87 deletions

View File

@@ -22,6 +22,7 @@ namespace gsr {
void set_border_scale(float scale);
const std::string& get_text() const;
void set_text(std::string str);
std::function<void()> on_click;
private: