mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
Disable mouse acceleration by default (#1838)
This commit is contained in:
parent
5b4f27b5be
commit
49634df73d
@ -360,15 +360,15 @@ double G_CalcMouseVert(int mousey)
|
||||
|
||||
void G_BindMouseVariables(void)
|
||||
{
|
||||
BIND_NUM_GENERAL(mouse_sensitivity, 5, 0, UL,
|
||||
BIND_NUM_GENERAL(mouse_sensitivity, 15, 0, UL,
|
||||
"Horizontal mouse sensitivity for turning");
|
||||
BIND_NUM_GENERAL(mouse_sensitivity_y, 5, 0, UL,
|
||||
BIND_NUM_GENERAL(mouse_sensitivity_y, 15, 0, UL,
|
||||
"Vertical mouse sensitivity for moving");
|
||||
BIND_NUM_GENERAL(mouse_sensitivity_strafe, 5, 0, UL,
|
||||
BIND_NUM_GENERAL(mouse_sensitivity_strafe, 15, 0, UL,
|
||||
"Horizontal mouse sensitivity for strafing");
|
||||
BIND_NUM_GENERAL(mouse_sensitivity_y_look, 5, 0, UL,
|
||||
BIND_NUM_GENERAL(mouse_sensitivity_y_look, 15, 0, UL,
|
||||
"Vertical mouse sensitivity for looking");
|
||||
BIND_NUM_GENERAL(mouse_acceleration, 10, 0, 40,
|
||||
BIND_NUM_GENERAL(mouse_acceleration, 0, 0, 40,
|
||||
"Mouse acceleration (0 = 1.0; 40 = 5.0)");
|
||||
BIND_NUM(mouse_acceleration_threshold, 10, 0, 32,
|
||||
"Mouse acceleration threshold");
|
||||
|
Loading…
x
Reference in New Issue
Block a user