diff options
| author | Markus <markus@notsyncing.net> | 2020-12-19 22:01:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-19 22:01:05 +0100 |
| commit | af22dd86e3867a35e9e5ab911faa6e1e7671729d (patch) | |
| tree | 43e91b6941e5e1c6528dbe9e4a35669b3ef58120 /builtin | |
| parent | 5066fe75830b98f592717b593099a757337c952d (diff) | |
| download | dragonfireclient-af22dd86e3867a35e9e5ab911faa6e1e7671729d.tar.xz | |
Fix some more joystick issues (#10624)
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 251b6d868..7060a0b6e 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -152,6 +152,9 @@ joystick_type (Joystick type) enum auto auto,generic,xbox # when holding down a joystick button combination. repeat_joystick_button_time (Joystick button repetition interval) float 0.17 0.001 +# The deadzone of the joystick +joystick_deadzone (Joystick deadzone) int 2048 + # The sensitivity of the joystick axes for moving the # ingame view frustum around. joystick_frustum_sensitivity (Joystick frustum sensitivity) float 170 |
