summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2021-01-20 20:13:33 -0800
committerGitHub <[email protected]>2021-01-20 20:13:33 -0800
commit5b6479013c8f35df933dd57c680063f4db1e4028 (patch)
tree60dd7c67a0f163457da2519b42553382a39a591b /grapher/Form1.cs
parentshow custom dialog on bad input (#63) (diff)
parentGuard against bad anisotropy args (diff)
downloadrawaccel-5b6479013c8f35df933dd57c680063f4db1e4028.tar.xz
rawaccel-5b6479013c8f35df933dd57c680063f4db1e4028.zip
Merge pull request #65 from JacobPalecki/Directional
Directionality Features + Graph Fidelity
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs25
1 files changed, 22 insertions, 3 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index afa7a50..71a5e01 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -64,8 +64,6 @@ namespace grapher
toggleButton,
showVelocityGainToolStripMenuItem,
showLastMouseMoveToolStripMenuItem,
- wholeVectorToolStripMenuItem,
- byVectorComponentToolStripMenuItem,
gainCapToolStripMenuItem,
legacyCapToolStripMenuItem,
gainOffsetToolStripMenuItem,
@@ -75,6 +73,7 @@ namespace grapher
ScaleMenuItem,
DPITextBox,
PollRateTextBox,
+ DirectionalityPanel,
sensitivityBoxX,
sensitivityBoxY,
rotationBox,
@@ -94,8 +93,16 @@ namespace grapher
expBoxY,
midpointBoxX,
midpointBoxY,
+ DomainBoxX,
+ DomainBoxY,
+ RangeBoxX,
+ RangeBoxY,
+ LpNormBox,
sensXYLock,
ByComponentXYLock,
+ FakeBox,
+ WholeCheckBox,
+ ByComponentCheckBox,
LockXYLabel,
sensitivityLabel,
rotationLabel,
@@ -140,7 +147,19 @@ namespace grapher
AccelTypeActiveLabelY,
OptionSetXTitle,
OptionSetYTitle,
- MouseLabel);
+ MouseLabel,
+ DirectionalityLabel,
+ DirectionalityX,
+ DirectionalityY,
+ DirectionalityActiveValueTitle,
+ LPNormLabel,
+ LpNormActiveValue,
+ DirectionalDomainLabel,
+ DomainActiveValueX,
+ DomainActiveValueY,
+ DirectionalityRangeLabel,
+ RangeActiveValueX,
+ RangeActiveValueY);
}
#endregion Constructor