forked from MoonsideGames/MoonWorks
set axis button threshold default to 0.5
parent
1adb76d5c7
commit
071518732e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue