Releases: mfakane/rawinput-sharp
Releases · mfakane/rawinput-sharp
0.1.1
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
NuGet Package
0.0.4
Breaking changes
- Renamed
RawKeyboardFlags.Down
andRawMouseFlags.MoveRelative
member name toNone
, to clarify it's usage. Thanks to @joosthoi1 (#10)