summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
diff options
context:
space:
mode:
authorTomáš Pazdiora <[email protected]>2021-01-05 03:50:45 +0100
committerTomáš Pazdiora <[email protected]>2021-01-05 04:38:32 +0100
commit6f1098372b2016db9744ad13dffbb55b77102671 (patch)
treeae4491ca1c80884261c19567dbe675169525e3d2 /grapher/Models/AccelGUI.cs
parentadd devicelist app (diff)
downloadrawaccel-6f1098372b2016db9744ad13dffbb55b77102671.tar.xz
rawaccel-6f1098372b2016db9744ad13dffbb55b77102671.zip
add "Device Hardware ID" setting, to affect only specific device
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
-rw-r--r--grapher/Models/AccelGUI.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs
index c6a2dcc..5c25813 100644
--- a/grapher/Models/AccelGUI.cs
+++ b/grapher/Models/AccelGUI.cs
@@ -141,7 +141,8 @@ namespace grapher
modes = ApplyOptions.GetModes(),
args = newArgs,
minimumTime = driverSettings.minimumTime,
- directionalMultipliers = driverSettings.directionalMultipliers
+ directionalMultipliers = driverSettings.directionalMultipliers,
+ deviceHardwareID = driverSettings.deviceHardwareID
};
ButtonDelay(WriteButton);