Fixed square stick roundness default in GUI

This commit is contained in:
Travis Nickles 2019-08-25 15:48:26 -05:00
parent c3f2819c14
commit aced5deab7
3 changed files with 7 additions and 1 deletions

View File

@ -4568,7 +4568,7 @@ namespace DS4Windows
gyroMouseHorizontalAxis[device] = 0;
squStickInfo[device].lsMode = false;
squStickInfo[device].rsMode = false;
squStickInfo[device].roundness = 5;
squStickInfo[device].roundness = 5.0;
setLsOutCurveMode(device, 0);
setRsOutCurveMode(device, 0);
setL2OutCurveMode(device, 0);

View File

@ -3431,6 +3431,11 @@
0,
0});
this.RoundnessNUpDown.Name = "RoundnessNUpDown";
this.RoundnessNUpDown.Value = new decimal(new int[] {
50,
0,
0,
65536});
this.RoundnessNUpDown.ValueChanged += new System.EventHandler(this.RoundnessNUpDown_ValueChanged);
//
// label28

View File

@ -903,6 +903,7 @@ namespace DS4Windows.Forms
lsSquStickCk.Checked = false;
rsSquStickCk.Checked = false;
RoundnessNUpDown.Value = 5.0m;
cBLaunchProgram.Checked = false;
pBProgram.Image = null;