summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-06-30 23:52:31 -0700
committerJacob Palecki <[email protected]>2021-06-30 23:52:31 -0700
commitdc76635349577f9dd95ab347fb79652dad2abb30 (patch)
treedfd8c10f22da30499e0fe9d0c8db7ba0749cee9f /grapher/Form1.cs
parentAdd class for LUT apply type (diff)
downloadrawaccel-dc76635349577f9dd95ab347fb79652dad2abb30.tar.xz
rawaccel-dc76635349577f9dd95ab347fb79652dad2abb30.zip
Better-written LUT panels
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs10
1 files changed, 9 insertions, 1 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 2b2ad42..113fc4d 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -59,6 +59,8 @@ namespace grapher
GainChartY,
accelTypeDropX,
accelTypeDropY,
+ XLutApplyDropdown,
+ YLutApplyDropdown,
writeButton,
toggleButton,
showVelocityGainToolStripMenuItem,
@@ -102,6 +104,8 @@ namespace grapher
gainSwitchY,
LUTPanelX,
LUTPanelY,
+ XLutPointsBox,
+ YLutPointsBox,
LockXYLabel,
sensitivityLabel,
rotationLabel,
@@ -162,7 +166,11 @@ namespace grapher
DomainActiveValueY,
DirectionalityRangeLabel,
RangeActiveValueX,
- RangeActiveValueY);
+ RangeActiveValueY,
+ XLutApplyLabel,
+ YLutApplyLabel,
+ LutApplyActiveXLabel,
+ LutApplyActiveYLabel);
ResizeAndCenter();
}