From 6233430c2378dc25671426a569ca084f914dda48 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Wed, 3 Aug 2011 05:01:55 +0000 Subject: compensate for lack of 3D mouse calibration on Windows --- intern/ghost/intern/GHOST_NDOFManagerWin32.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_NDOFManagerWin32.cpp b/intern/ghost/intern/GHOST_NDOFManagerWin32.cpp index 099b163edeb..bd86c03d8e9 100644 --- a/intern/ghost/intern/GHOST_NDOFManagerWin32.cpp +++ b/intern/ghost/intern/GHOST_NDOFManagerWin32.cpp @@ -28,7 +28,9 @@ GHOST_NDOFManagerWin32::GHOST_NDOFManagerWin32(GHOST_System& sys) : GHOST_NDOFManager(sys) - {} + { + setDeadZone(0.1f); + } // whether multi-axis functionality is available (via the OS or driver) // does not imply that a device is plugged in or being used -- cgit v1.2.3