diff options
| author | a1xd <[email protected]> | 2020-07-31 20:04:19 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-07-31 20:04:19 -0400 |
| commit | 5241f9783b41e74f719dc4a472c6b0803b0eff8c (patch) | |
| tree | 4c0a0507610e30b5c76b0dfff98e50b56993f8ae /common/common.vcxitems | |
| parent | Merge pull request #7 from JacobPalecki/GUI (diff) | |
| download | rawaccel-5241f9783b41e74f719dc4a472c6b0803b0eff8c.tar.xz rawaccel-5241f9783b41e74f719dc4a472c6b0803b0eff8c.zip | |
add read
add function that makes an ioctl call to return the driver's active mouse_modifier
Diffstat (limited to 'common/common.vcxitems')
| -rw-r--r-- | common/common.vcxitems | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.vcxitems b/common/common.vcxitems index d1e8db0..aeeaa95 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -23,6 +23,7 @@ <ClInclude Include="$(MSBuildThisFileDirectory)accel-power.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)accel-sigmoid.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)accel-error.hpp" /> + <ClInclude Include="$(MSBuildThisFileDirectory)rawaccel-io.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)rawaccel-userspace.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)rawaccel.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)x64-util.hpp" /> |