X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_touch.pas;h=faed65c36ab5fc6cb7c1d41d29496ef0bcb3c21e;hb=5eaf38a53865288793931062dedeedc497075144;hp=7cdc3282c1dd25057ed91b4ef4a251c4c3f6f7a9;hpb=32feca26531633f6175ac01859db60016a9d0455;p=d2df-sdl.git diff --git a/src/game/g_touch.pas b/src/game/g_touch.pas index 7cdc328..faed65c 100644 --- a/src/game/g_touch.pas +++ b/src/game/g_touch.pas @@ -184,6 +184,7 @@ implementation procedure g_Touch_Init; begin {$IFNDEF HEADLESS} + g_Touch_ShowKeyboard(FALSE); g_touch_enabled := SDL_GetNumTouchDevices() > 0 {$ENDIF} end; @@ -191,9 +192,8 @@ implementation procedure g_Touch_ShowKeyboard(yes: Boolean); begin {$IFNDEF HEADLESS} - if not g_touch_enabled then - Exit; - + if g_dbg_input then + e_LogWritefln('g_Touch_ShowKeyboard(%s)', [yes]); if yes then SDL_StartTextInput else