Refactor app loading and window management (#609)

This commit is contained in:
Ken Van Hoeylandt
2026-08-11 23:40:59 +02:00
committed by GitHub
parent dc3f6104b8
commit 37c507544b
243 changed files with 16034 additions and 10865 deletions
-9
View File
@@ -1,10 +1 @@
#include <Tactility/lvgl/Toolbar.h>
#include <Tactility/app/AppManifest.h>
namespace tt::lvgl {
lv_obj_t* toolbar_create(lv_obj_t* parent, const app::AppContext& app) {
return lvgl_toolbar_create(parent, app.getManifest().appName.c_str());
}
} // namespace