Raised the joystick deadzone limit from 1000 to 2000 (out of 32767).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2117 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
80e6780f00
commit
ecc1324153
@ -45,7 +45,7 @@
|
||||
|
||||
#define DEADZONE_MOUSE 150
|
||||
#define DEADZONE_MOUSE_SENSE 200
|
||||
#define DEADZONE_JOYSTICK (1000)
|
||||
#define DEADZONE_JOYSTICK 2000
|
||||
|
||||
#define MULTIPLIER_MOUSE 750
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user