From 0e60e22b73dd0693b349cbb63cf9a390c01fd5dd Mon Sep 17 00:00:00 2001
From: a1xd <68629610+a1xd@users.noreply.github.com>
Date: Tue, 12 Jan 2021 17:01:18 -0500
Subject: filter raw input based on id
use device id (from device instance) over first hardware id
use buffered method for all ioctls
update gui/DeviceIDManager to match driver behavior
respond to device change events
desync MouseData and PointData accessors
---
wrapper/wrapper.vcxproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'wrapper/wrapper.vcxproj')
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj
index 4f8ed1c..721a981 100644
--- a/wrapper/wrapper.vcxproj
+++ b/wrapper/wrapper.vcxproj
@@ -59,7 +59,7 @@
stdcpp17
-
+ User32.lib;
$(SolutionDir)/common;
@@ -72,7 +72,7 @@
stdcpp17
-
+ User32.lib;
copy /Y "$(TargetPath)" "$(SolutionDir)signed\$(TargetFileName)" &
--
cgit v1.2.3