From 0e7176887a4dc65aaecb280e4aef0731d61491a9 Mon Sep 17 00:00:00 2001 From: Markus Date: Sat, 19 Dec 2020 22:01:05 +0100 Subject: [PATCH] Fix some more joystick issues (#10624) --- builtin/settingtypes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 251b6d8..7060a0b 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