mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-12 08:19:13 +01:00
Raised sixaxis dead zones. Updated TODO file
This commit is contained in:
parent
7e086e5e88
commit
d59a11f36a
@ -1494,7 +1494,7 @@ namespace DS4Windows
|
||||
public int[] l2AntiDeadzone = new int[5] { 0, 0, 0, 0, 0 }, r2AntiDeadzone = new int[5] { 0, 0, 0, 0, 0 };
|
||||
public int[] l2Maxzone = new int[5] { 100, 100, 100, 100, 100 }, r2Maxzone = new int[5] { 100, 100, 100, 100, 100 };
|
||||
public double[] LSRotation = new double[5] { 0.0, 0.0, 0.0, 0.0, 0.0 }, RSRotation = new double[5] { 0.0, 0.0, 0.0, 0.0, 0.0 };
|
||||
public double[] SXDeadzone = new double[5] { 0.02, 0.02, 0.02, 0.02, 0.02 }, SZDeadzone = new double[5] { 0.02, 0.02, 0.02, 0.02, 0.02 };
|
||||
public double[] SXDeadzone = new double[5] { 0.25, 0.25, 0.25, 0.25, 0.25 }, SZDeadzone = new double[5] { 0.25, 0.25, 0.25, 0.25, 0.25 };
|
||||
public double[] SXMaxzone = new double[5] { 1.0, 1.0, 1.0, 1.0, 1.0 },
|
||||
SZMaxzone = new double[5] { 1.0, 1.0, 1.0, 1.0, 1.0 };
|
||||
public double[] SXAntiDeadzone = new double[5] { 0.0, 0.0, 0.0, 0.0, 0.0 },
|
||||
@ -3963,7 +3963,7 @@ namespace DS4Windows
|
||||
l2Maxzone[device] = r2Maxzone[device] = 100;
|
||||
LSRotation[device] = 0.0;
|
||||
RSRotation[device] = 0.0;
|
||||
SXDeadzone[device] = SZDeadzone[device] = 0.02;
|
||||
SXDeadzone[device] = SZDeadzone[device] = 0.25;
|
||||
SXMaxzone[device] = SZMaxzone[device] = 1.0;
|
||||
SXAntiDeadzone[device] = SZAntiDeadzone[device] = 0.0;
|
||||
l2Sens[device] = r2Sens[device] = 1;
|
||||
|
58
DS4Windows/DS4Forms/Options.Designer.cs
generated
58
DS4Windows/DS4Forms/Options.Designer.cs
generated
@ -290,6 +290,9 @@
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.nUDLSMaxZone = new System.Windows.Forms.NumericUpDown();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.squStickTabPage = new System.Windows.Forms.TabPage();
|
||||
this.rsSquStickCk = new System.Windows.Forms.CheckBox();
|
||||
this.lsSquStickCk = new System.Windows.Forms.CheckBox();
|
||||
this.tPOutCurve = new System.Windows.Forms.TabPage();
|
||||
this.cBSixaxisZOutputCurve = new System.Windows.Forms.ComboBox();
|
||||
this.cBSixaxisXOutputCurve = new System.Windows.Forms.ComboBox();
|
||||
@ -397,9 +400,6 @@
|
||||
this.shareTouchInvStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.psTouchInvStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.advColorDialog = new DS4Windows.AdvancedColorDialog();
|
||||
this.squStickTabPage = new System.Windows.Forms.TabPage();
|
||||
this.lsSquStickCk = new System.Windows.Forms.CheckBox();
|
||||
this.rsSquStickCk = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDRainbow)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tBBlueBar)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tBGreenBar)).BeginInit();
|
||||
@ -471,6 +471,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDL2Maxzone)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDRSMaxZone)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDLSMaxZone)).BeginInit();
|
||||
this.squStickTabPage.SuspendLayout();
|
||||
this.tPOutCurve.SuspendLayout();
|
||||
this.tPCurve.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDLSCurve)).BeginInit();
|
||||
@ -494,7 +495,6 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDSZS)).BeginInit();
|
||||
this.cMGyroTriggers.SuspendLayout();
|
||||
this.cMTouchDisableInvert.SuspendLayout();
|
||||
this.squStickTabPage.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lowColorChooserButton
|
||||
@ -1613,7 +1613,7 @@
|
||||
0});
|
||||
this.nUDSZ.Name = "nUDSZ";
|
||||
this.nUDSZ.Value = new decimal(new int[] {
|
||||
2,
|
||||
25,
|
||||
0,
|
||||
0,
|
||||
131072});
|
||||
@ -1635,7 +1635,7 @@
|
||||
0});
|
||||
this.nUDSX.Name = "nUDSX";
|
||||
this.nUDSX.Value = new decimal(new int[] {
|
||||
2,
|
||||
25,
|
||||
0,
|
||||
0,
|
||||
131072});
|
||||
@ -3186,6 +3186,28 @@
|
||||
resources.ApplyResources(this.label5, "label5");
|
||||
this.label5.Name = "label5";
|
||||
//
|
||||
// squStickTabPage
|
||||
//
|
||||
this.squStickTabPage.Controls.Add(this.rsSquStickCk);
|
||||
this.squStickTabPage.Controls.Add(this.lsSquStickCk);
|
||||
resources.ApplyResources(this.squStickTabPage, "squStickTabPage");
|
||||
this.squStickTabPage.Name = "squStickTabPage";
|
||||
this.squStickTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rsSquStickCk
|
||||
//
|
||||
resources.ApplyResources(this.rsSquStickCk, "rsSquStickCk");
|
||||
this.rsSquStickCk.Name = "rsSquStickCk";
|
||||
this.rsSquStickCk.UseVisualStyleBackColor = true;
|
||||
this.rsSquStickCk.Click += new System.EventHandler(this.rsSquStickCk_Click);
|
||||
//
|
||||
// lsSquStickCk
|
||||
//
|
||||
resources.ApplyResources(this.lsSquStickCk, "lsSquStickCk");
|
||||
this.lsSquStickCk.Name = "lsSquStickCk";
|
||||
this.lsSquStickCk.UseVisualStyleBackColor = true;
|
||||
this.lsSquStickCk.Click += new System.EventHandler(this.lsSquStickCk_Click);
|
||||
//
|
||||
// tPOutCurve
|
||||
//
|
||||
this.tPOutCurve.BackColor = System.Drawing.SystemColors.Control;
|
||||
@ -4232,28 +4254,6 @@
|
||||
resources.ApplyResources(this.psTouchInvStripMenuItem, "psTouchInvStripMenuItem");
|
||||
this.psTouchInvStripMenuItem.CheckedChanged += new System.EventHandler(this.TouchDisableInvert_CheckedChanged);
|
||||
//
|
||||
// squStickTabPage
|
||||
//
|
||||
this.squStickTabPage.Controls.Add(this.rsSquStickCk);
|
||||
this.squStickTabPage.Controls.Add(this.lsSquStickCk);
|
||||
resources.ApplyResources(this.squStickTabPage, "squStickTabPage");
|
||||
this.squStickTabPage.Name = "squStickTabPage";
|
||||
this.squStickTabPage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// lsSquStickCk
|
||||
//
|
||||
resources.ApplyResources(this.lsSquStickCk, "lsSquStickCk");
|
||||
this.lsSquStickCk.Name = "lsSquStickCk";
|
||||
this.lsSquStickCk.UseVisualStyleBackColor = true;
|
||||
this.lsSquStickCk.Click += new System.EventHandler(this.lsSquStickCk_Click);
|
||||
//
|
||||
// rsSquStickCk
|
||||
//
|
||||
resources.ApplyResources(this.rsSquStickCk, "rsSquStickCk");
|
||||
this.rsSquStickCk.Name = "rsSquStickCk";
|
||||
this.rsSquStickCk.UseVisualStyleBackColor = true;
|
||||
this.rsSquStickCk.Click += new System.EventHandler(this.rsSquStickCk_Click);
|
||||
//
|
||||
// Options
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
@ -4349,6 +4349,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDL2Maxzone)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDRSMaxZone)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDLSMaxZone)).EndInit();
|
||||
this.squStickTabPage.ResumeLayout(false);
|
||||
this.tPOutCurve.ResumeLayout(false);
|
||||
this.tPOutCurve.PerformLayout();
|
||||
this.tPCurve.ResumeLayout(false);
|
||||
@ -4378,7 +4379,6 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.nUDSZS)).EndInit();
|
||||
this.cMGyroTriggers.ResumeLayout(false);
|
||||
this.cMTouchDisableInvert.ResumeLayout(false);
|
||||
this.squStickTabPage.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
@ -527,7 +527,7 @@ namespace DS4Windows
|
||||
}
|
||||
catch
|
||||
{
|
||||
nUDSX.Value = 0.02m;
|
||||
nUDSX.Value = 0.25m;
|
||||
}
|
||||
|
||||
try
|
||||
@ -536,7 +536,7 @@ namespace DS4Windows
|
||||
}
|
||||
catch
|
||||
{
|
||||
nUDSZ.Value = 0.02m;
|
||||
nUDSZ.Value = 0.25m;
|
||||
}
|
||||
|
||||
try
|
||||
@ -796,8 +796,8 @@ namespace DS4Windows
|
||||
nUDRSMaxZone.Value = 1;
|
||||
nUDLSRotation.Value = 0;
|
||||
nUDRSRotation.Value = 0;
|
||||
nUDSX.Value = 0.02m;
|
||||
nUDSZ.Value = 0.02m;
|
||||
nUDSX.Value = 0.25m;
|
||||
nUDSZ.Value = 0.25m;
|
||||
nUDSixAxisXMaxZone.Value = 1.0m;
|
||||
nUDSixAxisZMaxZone.Value = 1.0m;
|
||||
nUDSixaxisXAntiDead.Value = 0.0m;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user