Narrow retained UI overlay lifetime debt

This commit is contained in:
2026-06-15 19:26:11 +02:00
parent f907d88c26
commit 565564c061
15 changed files with 603 additions and 67 deletions

View File

@@ -5,6 +5,7 @@ class NodePopupMenu : public Node
{
public:
std::function<void(Node* target, int index)> on_select;
void close_popup() noexcept;
virtual Node* clone_instantiate() const override;
virtual void init() override;
virtual kEventResult handle_event(Event* e) override;