input boxes UI, keyboard animation

This commit is contained in:
2017-08-13 12:41:10 +01:00
parent 6d3c9380b2
commit 060e08a891
12 changed files with 132 additions and 41 deletions

View File

@@ -53,6 +53,7 @@ public:
float height;
bool keys[256];
bool redraw = true;
bool animate = false;
glm::vec2 gesture_p0;
glm::vec2 gesture_p1;
#ifdef __ANDROID__
@@ -101,4 +102,5 @@ public:
void dialog_save();
void dialog_open();
void dialog_export();
void dialog_layer_rename();
};