diff options
| author | Tomáš Pazdiora <[email protected]> | 2021-01-05 03:50:45 +0100 |
|---|---|---|
| committer | Tomáš Pazdiora <[email protected]> | 2021-01-05 04:38:32 +0100 |
| commit | 6f1098372b2016db9744ad13dffbb55b77102671 (patch) | |
| tree | ae4491ca1c80884261c19567dbe675169525e3d2 /grapher/Models/AccelGUI.cs | |
| parent | add devicelist app (diff) | |
| download | rawaccel-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.cs | 3 |
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); |