Browse Source

engine: client: don't pop up OSK during loading screens on the PSVita either

pull/2/head
fgsfds 2 years ago committed by Alibek Omarov
parent
commit
5c56b51044
  1. 2
      engine/client/keys.c

2
engine/client/keys.c

@ -842,7 +842,7 @@ void GAME_EXPORT Key_SetKeyDest( int key_dest ) @@ -842,7 +842,7 @@ void GAME_EXPORT Key_SetKeyDest( int key_dest )
cls.key_dest = key_menu;
break;
case key_console:
#if !XASH_NSWITCH // if we don't disable this, pops up the keyboard during load
#if !XASH_NSWITCH && !XASH_PSVITA // if we don't disable this, pops up the keyboard during load
Key_EnableTextInput( true, false );
#endif
cls.key_dest = key_console;

Loading…
Cancel
Save