DEADSOFTWARE

fix chat/console input
[d2df-sdl.git] / src / game / g_touch.pas
index 9eed28e26ae525151e0cc56e4cc665cad8b5a08f..b9250acb63bd32958b50e96cb4617e1b0d6360f3 100644 (file)
@@ -192,7 +192,10 @@ implementation
   procedure g_Touch_ShowKeyboard(yes: Boolean);
   begin
 {$IFNDEF HEADLESS}
-    if yes then
+    if g_dbg_input then
+      e_LogWritefln('g_Touch_ShowKeyboard(%s)', [yes]);
+    (* on desktop we always receive text (needed for cheats) *)
+    if yes or (SDL_HasScreenKeyboardSupport() = SDL_FALSE) then
       SDL_StartTextInput
     else
       SDL_StopTextInput