This commit is contained in:
mika-n 2019-08-26 09:35:13 +03:00
commit 17b4d74f7e
6 changed files with 11 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;
@ -944,6 +945,9 @@ namespace DS4Windows.Forms
OutContTypeCb.SelectedIndex = 0;
gyroOutputMode.SelectedIndex = 0;
pnlSAMouse.Visible = false;
fLPTiltControls.Visible = true;
gyroMouseJoyFLP.Visible = false;
gyroMStickTrigBehaveCk.Checked = true;
gyroMouseStickEvalCombo.SelectedIndex = 0;
gyroMouseStickDZ.Value = 30;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 290 KiB

View File

@ -2,6 +2,7 @@ Travis Nickles (Ryochan7)
carloshbcabral
Korney Czukowski (czukowski)
DandelionSprout
Geroyuni
jdfeng
justalemon
Kamilczak020