SharpLibHid 1.0.2

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

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

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

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  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 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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,115 6/14/2022
1.5.0 684 7/4/2021
1.4.3 2,647 9/12/2018
1.4.2 3,087 5/13/2016
1.4.1 1,034 5/5/2016
1.4.0 1,041 4/29/2016
1.3.1 1,515 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,323 5/25/2015
1.0.7 1,143 3/30/2015
1.0.6 1,060 3/29/2015
1.0.5 1,037 3/29/2015
1.0.4 1,107 3/22/2015
1.0.3 1,034 3/22/2015
1.0.2 1,069 3/22/2015
1.0.1 1,037 3/17/2015
1.0.0 1,081 3/15/2015

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.