summaryrefslogtreecommitdiff
path: root/grapher/Models/Devices
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-06 23:24:51 -0400
committera1xd <[email protected]>2021-09-07 05:08:25 -0400
commit404b272a558b0bb915e182b01849c9631f829619 (patch)
tree5479599472ed0d88561f12677898febcce6fe4d7 /grapher/Models/Devices
parentincrease lut points capacity to 257 (diff)
downloadrawaccel-404b272a558b0bb915e182b01849c9631f829619.tar.xz
rawaccel-404b272a558b0bb915e182b01849c9631f829619.zip
get grapher building
Diffstat (limited to 'grapher/Models/Devices')
-rw-r--r--grapher/Models/Devices/DeviceIDManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Models/Devices/DeviceIDManager.cs b/grapher/Models/Devices/DeviceIDManager.cs
index 39856a1..e0ee686 100644
--- a/grapher/Models/Devices/DeviceIDManager.cs
+++ b/grapher/Models/Devices/DeviceIDManager.cs
@@ -46,7 +46,7 @@ namespace grapher.Models.Devices
if (found) SetActive(anyDevice);
- foreach (string id in RawInputInterop.GetDeviceIDs())
+/* foreach (string id in RawInputInterop.GetDeviceIDs())
{
var deviceItem = new DeviceIDItem(string.Empty, id, this);
if (!found && deviceItem.ID.Equals(devID))
@@ -54,7 +54,7 @@ namespace grapher.Models.Devices
SetActive(deviceItem);
found = true;
}
- }
+ }*/
if (!found)
{