android: fix directory listing, keyboard show/hide and read chars
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user