Our source codes are refurbished to use C# 10.
Fixed issues
- #15 - Changed
HidUsageAndPage.GetHashCode()
to avoid generating duplicate hash codes. - #18 - Added
net461
toTargetFrameworks
. The NuGet package will now containnet461
binary. - #13 - Changed
RawInputDigitizerData
to hold allRawInputDigitizerContact
instances that can be read from RAWHID. This will fixArgumentException
caused by RAWHID containing multiple reports in a time.
Full Changelog: 0.0.4...0.1.1