From 021e567ba44650b0ab63e7f571dc0d622edbcc6d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 30 Dec 2012 23:24:09 +0300 Subject: Add action to show onscreen keyboard. --- src/touchactions.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/touchactions.cpp') diff --git a/src/touchactions.cpp b/src/touchactions.cpp index 2a6fbacaa..d45e4a7c3 100644 --- a/src/touchactions.cpp +++ b/src/touchactions.cpp @@ -26,10 +26,6 @@ #include "mouseinput.h" #include "touchmanager.h" -#ifdef ANDROID -#include -#endif - #include "debug.h" InputEvent tempEvent(0, 0); @@ -41,9 +37,7 @@ int haldJoyPad = 50; impHandler0(showKeyboard) { -#ifdef ANDROID - SDL_ANDROID_ToggleScreenKeyboardTextInput(nullptr); -#endif + ActionManager::showKeyboard(tempEvent); } void setHalfJoyPad(int s) -- cgit v1.2.3-60-g2f50