android: fix directory listing, keyboard show/hide and read chars

This commit is contained in:
2017-08-20 00:51:59 +01:00
parent a2b888efd6
commit 81a5fb10e3
6 changed files with 218 additions and 14 deletions

View File

@@ -66,6 +66,9 @@ public:
#if defined(__IOS__) && defined(__OBJC__)
GameViewController* ios_view;
#endif
#ifdef __ANDROID__
struct android_app* and_app;
#endif
void showKeyboard();
void hideKeyboard();