Add widgets for settings page, add list to auto position widgets

This commit is contained in:
dec05eba
2024-08-02 23:38:23 +02:00
parent 7c4af06d95
commit 2869ef7cec
18 changed files with 348 additions and 173 deletions

View File

@@ -22,7 +22,7 @@ namespace gsr {
void set_activated(bool activated);
mgl::vec2f get_size();
mgl::vec2f get_size() override;
std::function<void(const std::string &id)> on_click;
private: