Skip to content

Releases: mfakane/rawinput-sharp

0.1.1

21 Mar 21:02
Compare
Choose a tag to compare

Our source codes are refurbished to use C# 10.

Fixed issues

  • #15 - Changed HidUsageAndPage.GetHashCode() to avoid generating duplicate hash codes.
  • #18 - Added net461 to TargetFrameworks. The NuGet package will now contain net461 binary.
  • #13 - Changed RawInputDigitizerData to hold all RawInputDigitizerContact instances that can be read from RAWHID. This will fix ArgumentException caused by RAWHID containing multiple reports in a time.

Full Changelog: 0.0.4...0.1.1

NuGet Package

https://www.nuget.org/packages/RawInput.Sharp/0.1.1

0.0.4

01 May 10:31
Compare
Choose a tag to compare

Breaking changes

  • Renamed RawKeyboardFlags.Down and RawMouseFlags.MoveRelative member name to None, to clarify it's usage. Thanks to @joosthoi1 (#10)

NuGet Package

https://www.nuget.org/packages/RawInput.Sharp/0.0.4