input boxes UI, keyboard animation
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user