SharpLibHid 1.5.1

dotnet add package SharpLibHid --version 1.5.1
NuGet\Install-Package SharpLibHid -Version 1.5.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="SharpLibHid" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpLibHid --version 1.5.1
#r "nuget: SharpLibHid, 1.5.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 SharpLibHid as a Cake Addin
#addin nuget:?package=SharpLibHid&version=1.5.1

// Install SharpLibHid as a Cake Tool
#tool nuget:?package=SharpLibHid&version=1.5.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 (1)

Showing the top 1 NuGet packages that depend on SharpLibHid:

Package Downloads
VAST_Joystick_Integrator

$description = Simple joystick integrator for VAST services$

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on SharpLibHid:

Repository Stars
MediaPortal/MediaPortal-2
Development of MediaPortal 2
MediaPortal/MediaPortal-1
Home Theater and Digital Video Recording solution for Windows.
Version Downloads Last updated
1.5.1 1,141 6/14/2022
1.5.0 685 7/4/2021
1.4.3 2,649 9/12/2018
1.4.2 3,089 5/13/2016
1.4.1 1,034 5/5/2016
1.4.0 1,041 4/29/2016
1.3.1 1,516 1/9/2016
1.3.0 1,032 12/28/2015
1.2.1 1,174 8/15/2015
1.2.0 1,206 8/12/2015
1.1.0 1,330 5/25/2015
1.0.7 1,147 3/30/2015
1.0.6 1,064 3/29/2015
1.0.5 1,042 3/29/2015
1.0.4 1,111 3/22/2015
1.0.3 1,038 3/22/2015
1.0.2 1,072 3/22/2015
1.0.1 1,040 3/17/2015
1.0.0 1,085 3/15/2015

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.