Introduce CatchEvent (#104)

This commit is contained in:
Arthur Sonzogni
2021-05-23 12:53:20 +02:00
committed by GitHub
parent ffb6dcef9a
commit aacb677e84
8 changed files with 93 additions and 37 deletions

View File

@@ -35,7 +35,6 @@ class Node {
// Step 3: Draw this element.
virtual void Render(Screen& screen);
protected:
std::vector<Element> children_;
Requirement requirement_;