From 0dbe22fd77994c05fcd587363b726c22c40b1917 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 22 Sep 2013 20:33:33 +0300 Subject: add support for show/hide keyboard in SDL2 on Android. --- src/game.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index debc28515..ea47f3b08 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1053,9 +1053,7 @@ void Game::handleInput() client->setState(STATE_EXIT); break; #ifdef ANDROID -#ifdef USE_SDL2 - // +++ probably need add support -#else +#ifndef USE_SDL2 case SDL_KEYBOARDSHOW: client->updateScreenKeyboard(event.user.code); break; -- cgit v1.2.3-60-g2f50