From 59d0500e23a972dc4756ede01b386e133f0dc430 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sat, 23 Aug 2008 16:57:15 +0000 Subject: Do not read absolute mouse axis when DirectInput is enabled. --- source/cl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cl_input.c') diff --git a/source/cl_input.c b/source/cl_input.c index d659de7..b958719 100644 --- a/source/cl_input.c +++ b/source/cl_input.c @@ -93,7 +93,7 @@ void IN_Activate( void ) { input.hideCursor = 0; if( cls.active != ACT_ACTIVATED ) { - grab = IN_SHOW; + grab = IN_FREE; } else if( scr_glconfig.flags & QVF_FULLSCREEN ) { grab = IN_GRAB; } else if( cls.key_dest & KEY_MENU ) { -- cgit v1.2.3