summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index 73be939..5035598 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -3,6 +3,7 @@ using grapher.Models.Devices;
using grapher.Models.Mouse;
using grapher.Models.Options;
using grapher.Models.Options.Directionality;
+using grapher.Models.Options.LUT;
using grapher.Models.Serialized;
using System;
using System.Windows.Forms;
@@ -66,6 +67,8 @@ namespace grapher.Models
CheckBox byComponentCheckBox,
CheckBox gainSwitchX,
CheckBox gainSwitchY,
+ Panel lutPanelX,
+ Panel lutPanelY,
Label lockXYLabel,
Label sensitivityLabel,
Label rotationLabel,
@@ -336,6 +339,7 @@ namespace grapher.Models
exponentX,
midpointX,
lutTextX,
+ new LUTPanelOptions(lutPanelX),
writeButton,
new ActiveValueLabel(accelTypeActiveLabelX, activeValueTitleX));
@@ -351,6 +355,7 @@ namespace grapher.Models
exponentY,
midpointY,
lutTextY,
+ new LUTPanelOptions(lutPanelY),
writeButton,
new ActiveValueLabel(accelTypeActiveLabelY, activeValueTitleY));