SharpLibHid 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpLibHid --version 1.0.5
NuGet\Install-Package SharpLibHid -Version 1.0.5
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.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpLibHid --version 1.0.5
#r "nuget: SharpLibHid, 1.0.5"
#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.0.5

// Install SharpLibHid as a Cake Tool
#tool nuget:?package=SharpLibHid&version=1.0.5

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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,135 6/14/2022
1.5.0 684 7/4/2021
1.4.3 2,648 9/12/2018
1.4.2 3,088 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,324 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.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.