mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
engine: platform: sdl: don't enable text mode with cursor???
This commit is contained in:
parent
f782d444a8
commit
634574f249
@ -343,12 +343,10 @@ void Platform_SetCursorType( VGUI_DefaultCursor type )
|
||||
{
|
||||
SDL_SetCursor( cursors.cursors[type] );
|
||||
SDL_ShowCursor( true );
|
||||
Key_EnableTextInput( true, false );
|
||||
}
|
||||
else
|
||||
{
|
||||
SDL_ShowCursor( false );
|
||||
Key_EnableTextInput( false, false );
|
||||
}
|
||||
#else
|
||||
if( host.mouse_visible )
|
||||
|
Loading…
Reference in New Issue
Block a user