From 5b659e1cfbc4b8fbbd2f2bf41dc716929976c77d Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Sat, 28 Aug 2021 01:19:18 -0400 Subject: add per-device configuration adds input and [in, out] cap for classic mode adds input cap for power mode change wrapper/input, now gets useful device names change (now dev specific) dpi to adjust sensitivity change y sensitivity to y/x ratio remove spaced LUTs grapher and convert do not build --- common/common.vcxitems | 1 - 1 file changed, 1 deletion(-) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 296fbfd..85af72e 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -15,7 +15,6 @@ - -- cgit v1.2.3 From 6a9272d3af202274dfbced245f0ba20b263fcd8b Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Fri, 3 Sep 2021 18:09:00 -0400 Subject: refactor vec2/math --- common/common.vcxitems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 85af72e..b49acd2 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -30,7 +30,7 @@ - + \ No newline at end of file -- cgit v1.2.3