Slions.SharpLib.Hid-x64 1.6.1

dotnet add package Slions.SharpLib.Hid-x64 --version 1.6.1
NuGet\Install-Package Slions.SharpLib.Hid-x64 -Version 1.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Slions.SharpLib.Hid-x64" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Slions.SharpLib.Hid-x64 --version 1.6.1
#r "nuget: Slions.SharpLib.Hid-x64, 1.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Slions.SharpLib.Hid-x64 as a Cake Addin
#addin nuget:?package=Slions.SharpLib.Hid-x64&version=1.6.1

// Install Slions.SharpLib.Hid-x64 as a Cake Tool
#tool nuget:?package=Slions.SharpLib.Hid-x64&version=1.6.1

C# HID library designed to handle raw input. Most useful to support IR remote control and gamepad inputs on Windows Forms applications.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 483 6/22/2022
1.6.0 371 6/19/2022

v1.6.1
Fix missing eHome remote control device and events.

v1.6.0
Device architecture change.
Device properties support.
Device friendly name fetched from ancestors if need be.
NuGet package ID changed.

v1.5.1
Joysticks supported to same level as GamePads.
Add function to check if dpad is available.

v1.5.0
Fix crash with generic HID devices when using 64-bits architecture.
Add virtual reality usage collection.
Performance optimizations to cope with high volume of HID input reports coming from Oculus Rift S.
Upgrade to SharpLibWin32 v0.2.1.

v1.4.3
Adding pinvoke declarations supporting HID Demo device properties dialog.

v1.4.2
Debug and Log rework.
Adding HID Event convenient methods.

v1.4.1
Keyboard modifiers and repeats  management.

v1.4.0
Adding support for keyboards.
Switched to .NET Framework 4.0.

v1.3.1
Adding TvPower usage present on MCE remotes with basic IR learning capabilities.

v1.3.0
Registration and Parser functionalities can now be used independently.

v1.2.1
Upgrading to SharpLibWin32 v0.0.4.

v1.2.0
Adding dependency on SharpLibWin32.

v1.1.0
Adding support for gamepad dpad repeat events.
Adding support for custom repeat delay and speed.

v1.0.7
Fixing framework folder name.

v1.0.6
Project URL updated.

v1.0.5
Fixing HID Demo crash on Surface Pro 3. Adding usage enumeration for GenericDevice.

v1.0.4
Build configuration fix.

v1.0.3
x86 Build.

v1.0.2
Adding missing public keyword for some of our Usage enumerations.

v1.0.1
Adding ThinkPad specific usages.
Adding support for optional event repeat.