summaryrefslogtreecommitdiff
path: root/src/actionmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionmanager.cpp')
-rw-r--r--src/actionmanager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index 761825f03..337fc4102 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -1073,6 +1073,9 @@ impHandler0(showKeyboard)
{
#ifdef ANDROID
SDL_ANDROID_ToggleScreenKeyboardTextInput(nullptr);
+ return true;
+#else
+ return false;
#endif
}