gui: added UINode.zindex

This commit is contained in:
MihailRis
2024-02-13 12:46:06 +03:00
parent e1b2d8f7e4
commit b6f675a540
6 changed files with 25 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ namespace gui {
void listenInterval(float interval, ontimeout callback, int repeat=-1);
virtual glm::vec2 contentOffset() override {return glm::vec2(0.0f, scroll);};
virtual void setSize(glm::vec2 size) override;
virtual void refresh() override;
const std::vector<std::shared_ptr<UINode>>& getNodes() const;
};