feat: Integrate the interactive help option and add a help text for every view

This commit is contained in:
WerWolv
2025-11-30 16:42:01 +01:00
parent 989f7f7678
commit 9ae233a41c
46 changed files with 204 additions and 9 deletions

View File

@@ -172,6 +172,7 @@ public:
void drawContent() override {
m_drawFunction();
}
void drawHelpText() override {}
private:
DrawFunction m_drawFunction;