added button click event handler

This commit is contained in:
2017-02-12 01:25:20 +00:00
parent fb25ffb347
commit 0d3c48fd98
6 changed files with 54 additions and 67 deletions

View File

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