summaryrefslogtreecommitdiff
path: root/common
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 /common
parentadd devicelist app (diff)
downloadrawaccel-6f1098372b2016db9744ad13dffbb55b77102671.tar.xz
rawaccel-6f1098372b2016db9744ad13dffbb55b77102671.zip
add "Device Hardware ID" setting, to affect only specific device
Diffstat (limited to 'common')
-rw-r--r--common/rawaccel-settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rawaccel-settings.h b/common/rawaccel-settings.h
index 649c936..c9bd247 100644
--- a/common/rawaccel-settings.h
+++ b/common/rawaccel-settings.h
@@ -23,6 +23,7 @@ namespace rawaccel {
vec2d sens = { 1, 1 };
vec2d dir_multipliers = {};
milliseconds time_min = DEFAULT_TIME_MIN;
+ wchar_t device_hw_id[512] = {0};
};
}