diff options
Diffstat (limited to 'src/touchactions.cpp')
-rw-r--r-- | src/touchactions.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
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 <SDL_screenkeyboard.h> -#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) |