mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-04-20 05:40:48 +00:00
Fix textbox input issue by disabling OSK
This commit is contained in:
parent
db51ce87d3
commit
0c6451e6dc
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ void Sys_SendKeyEvents(void)
|
|||
}
|
||||
else if (Key_Dest_Has(kdm_game))
|
||||
osk |= sys_osk.ival;
|
||||
if (osk)
|
||||
if (false)
|
||||
{
|
||||
SDL_Rect rect;
|
||||
rect.x = 0;
|
||||
|
|
Loading…
Reference in a new issue