forked from Clones/Controlify
adjust default stick deadzone
This commit is contained in:
@ -6,8 +6,8 @@ public class ControllerConfig {
|
|||||||
public float horizontalLookSensitivity = 1f;
|
public float horizontalLookSensitivity = 1f;
|
||||||
public float verticalLookSensitivity = 0.9f;
|
public float verticalLookSensitivity = 0.9f;
|
||||||
|
|
||||||
public float leftStickDeadzone = 0.1f;
|
public float leftStickDeadzone = 0.2f;
|
||||||
public float rightStickDeadzone = 0.1f;
|
public float rightStickDeadzone = 0.2f;
|
||||||
|
|
||||||
// not sure if triggers need deadzones
|
// not sure if triggers need deadzones
|
||||||
public float leftTriggerDeadzone = 0.0f;
|
public float leftTriggerDeadzone = 0.0f;
|
||||||
@ -18,5 +18,7 @@ public class ControllerConfig {
|
|||||||
|
|
||||||
public int screenRepeatNavigationDelay = 4;
|
public int screenRepeatNavigationDelay = 4;
|
||||||
|
|
||||||
|
public float virtualMouseSensitivity = 1f;
|
||||||
|
|
||||||
public String customName = null;
|
public String customName = null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user