nswitch: don't automatically pop up OSK when opening console
This commit is contained in:
parent
cb28101732
commit
705f252ed8
1 changed files with 2 additions and 0 deletions
|
@ -841,7 +841,9 @@ 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
|
||||
Key_EnableTextInput( true, false );
|
||||
#endif
|
||||
cls.key_dest = key_console;
|
||||
break;
|
||||
case key_message:
|
||||
|
|
Loading…
Add table
Reference in a new issue