diff --git a/engine/platform/sdl/in_sdl.c b/engine/platform/sdl/in_sdl.c index 3957b2e9..0603a421 100644 --- a/engine/platform/sdl/in_sdl.c +++ b/engine/platform/sdl/in_sdl.c @@ -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 )