Skip to content
Snippets Groups Projects
Commit 66a699af authored by Odilitime's avatar Odilitime
Browse files

onResize/checkForResize/resize refactor, buildUI()

parent ab73a072
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,13 @@ public:
void printComponentTree(const std::shared_ptr<Component> &component, int depth);
void renderComponents(std::shared_ptr<Component> component);
void renderBoxComponents(std::shared_ptr<Component> component);
void onResize(int passedWidth, int passedHeight);
void checkForResize();
void resize();
void buildUI();
void resizeComponentTree(const std::shared_ptr<Component> &component, const int windowWidth, const int windowHeight);
std::shared_ptr<Component> searchComponentTree(const std::shared_ptr<Component> &component, const int x, const int y);
void navTo(std::string url);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment