Use checked handles for app dialogs

This commit is contained in:
2026-06-15 19:31:38 +02:00
parent e1e686d3f7
commit 168404433c
11 changed files with 271 additions and 49 deletions

View File

@@ -4,8 +4,8 @@
class NodeAbout : public Node
{
NodeButton* btn_ok;
public:
NodeButton* btn_ok;
virtual Node* clone_instantiate() const override;
virtual void init() override;
virtual kEventResult handle_event(Event* e) override;