From 12c232eefc7c78f7d40da9894e395dee4ce6d8c2 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Sun, 18 Aug 2019 22:58:13 +0100 Subject: ANDROID: Add a button to show the virtual keyboard --- backends/platform/android/jni.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/platform/android/jni.h') diff --git a/backends/platform/android/jni.h b/backends/platform/android/jni.h index e65e7f5dc8..aa89174dfc 100644 --- a/backends/platform/android/jni.h +++ b/backends/platform/android/jni.h @@ -64,6 +64,7 @@ public: static bool setTextInClipboard(const Common::String &text); static bool isConnectionLimited(); static void showVirtualKeyboard(bool enable); + static void showKeyboardControl(bool enable); static void addSysArchivesToSearchSet(Common::SearchSet &s, int priority); static inline bool haveSurface(); @@ -101,6 +102,7 @@ private: static jmethodID _MID_isConnectionLimited; static jmethodID _MID_setWindowCaption; static jmethodID _MID_showVirtualKeyboard; + static jmethodID _MID_showKeyboardControl; static jmethodID _MID_getSysArchives; static jmethodID _MID_initSurface; static jmethodID _MID_deinitSurface; -- cgit v1.2.3