summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 671a8d578..debc28515 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1053,10 +1053,14 @@ void Game::handleInput()
client->setState(STATE_EXIT);
break;
#ifdef ANDROID
+#ifdef USE_SDL2
+ // +++ probably need add support
+#else
case SDL_KEYBOARDSHOW:
client->updateScreenKeyboard(event.user.code);
break;
#endif
+#endif
default:
break;
}