add messagebox to template binding, add absolute positioning layout, add observer instead of stack based node traversal which is not great in case of hierarchical traversal

This commit is contained in:
2017-02-16 00:32:03 +00:00
parent 0d3c48fd98
commit d74af8ed17
5 changed files with 269 additions and 82 deletions

View File

@@ -11,6 +11,7 @@ class App
Sampler sampler;
Texture2D tex;
LayoutManager layout;
NodeMessageBox* msgbox;
const uint16_t main_id = const_hash("main");
public:
static App I;