[Orxonox-commit 1681] r6399 - code/branches/presentation2/src/libraries/core/input

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Dec 22 21:21:28 CET 2009


Author: rgrieder
Date: 2009-12-22 21:21:28 +0100 (Tue, 22 Dec 2009)
New Revision: 6399

Modified:
   code/branches/presentation2/src/libraries/core/input/KeyBinder.cc
Log:
Increased default mouse sensitivity to a playable level.

Modified: code/branches/presentation2/src/libraries/core/input/KeyBinder.cc
===================================================================
--- code/branches/presentation2/src/libraries/core/input/KeyBinder.cc	2009-12-22 19:44:50 UTC (rev 6398)
+++ code/branches/presentation2/src/libraries/core/input/KeyBinder.cc	2009-12-22 20:21:28 UTC (rev 6399)
@@ -127,7 +127,7 @@
             .description("Threshold for analog axes until which the state is 0.");
         SetConfigValue(bFilterAnalogNoise_, false)
             .description("Specifies whether to filter small analog values like joy stick fluctuations.");
-        SetConfigValue(mouseSensitivity_, 1.0f)
+        SetConfigValue(mouseSensitivity_, 3.0f)
             .description("Mouse sensitivity.");
         this->totalMouseSensitivity_ = this->mouseSensitivity_ / this->mouseClippingSize_;
         SetConfigValue(bDeriveMouseInput_, false)




More information about the Orxonox-commit mailing list