set axis button threshold default to 0.5

pull/50/head
cosmonaut 2023-06-28 17:17:57 -07:00
parent 1adb76d5c7
commit 071518732e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace MoonWorks.Input
public Axis Parent { get; }
public AxisButtonCode Code { get; }
private float threshold = 0.9f;
private float threshold = 0.5f;
public float Threshold
{
get => threshold;