fix android view resize on keyboard, also allow all device orientations

This commit is contained in:
2019-01-29 16:35:23 +01:00
parent 58502a2457
commit b1d5bdbb8c
7 changed files with 105 additions and 31 deletions

View File

@@ -79,6 +79,8 @@ public:
std::string doc_filename;
bool has_stylus = false;
bool has_vr = false;
float off_x = 0;
float off_y = 0;
float width;
float height;
bool keys[256];