Changeset 6399 for code/branches
- Timestamp:
- Dec 22, 2009, 9:21:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/input/KeyBinder.cc
r6394 r6399 128 128 SetConfigValue(bFilterAnalogNoise_, false) 129 129 .description("Specifies whether to filter small analog values like joy stick fluctuations."); 130 SetConfigValue(mouseSensitivity_, 1.0f)130 SetConfigValue(mouseSensitivity_, 3.0f) 131 131 .description("Mouse sensitivity."); 132 132 this->totalMouseSensitivity_ = this->mouseSensitivity_ / this->mouseClippingSize_;
Note: See TracChangeset
for help on using the changeset viewer.