mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 06:32:10 +08:00
Merge branch 'master' of https://github.com/FWGS/xash3d-fwgs into switch_newer
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user