diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-08-23 16:57:15 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-08-23 16:57:15 +0000 |
commit | 59d0500e23a972dc4756ede01b386e133f0dc430 (patch) | |
tree | b1b9f08aba23d0488592490ad2bfac10c58332a3 /source/cl_input.c | |
parent | 635b90d78f91f500e105b6280de24740edc5634e (diff) |
Do not read absolute mouse axis when DirectInput is enabled.
Diffstat (limited to 'source/cl_input.c')
-rw-r--r-- | source/cl_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |