mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
Introduce CatchEvent (#104)
This commit is contained in:
@@ -35,7 +35,6 @@ class Node {
|
||||
// Step 3: Draw this element.
|
||||
virtual void Render(Screen& screen);
|
||||
|
||||
|
||||
protected:
|
||||
std::vector<Element> children_;
|
||||
Requirement requirement_;
|
||||
|
Reference in New Issue
Block a user