SharpLibHid 1.0.5
See the version list below for details.
dotnet add package SharpLibHid --version 1.0.5
NuGet\Install-Package SharpLibHid -Version 1.0.5
<PackageReference Include="SharpLibHid" Version="1.0.5" />
paket add SharpLibHid --version 1.0.5
#r "nuget: SharpLibHid, 1.0.5"
// 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.
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,446 | 6/14/2022 |
1.5.0 | 3,998 | 7/4/2021 |
1.4.3 | 2,758 | 9/12/2018 |
1.4.2 | 3,148 | 5/13/2016 |
1.4.1 | 1,078 | 5/5/2016 |
1.4.0 | 1,086 | 4/29/2016 |
1.3.1 | 1,570 | 1/9/2016 |
1.3.0 | 1,081 | 12/28/2015 |
1.2.1 | 1,231 | 8/15/2015 |
1.2.0 | 1,249 | 8/12/2015 |
1.1.0 | 1,374 | 5/25/2015 |
1.0.7 | 1,190 | 3/30/2015 |
1.0.6 | 1,100 | 3/29/2015 |
1.0.5 | 1,091 | 3/29/2015 |
1.0.4 | 1,153 | 3/22/2015 |
1.0.3 | 1,080 | 3/22/2015 |
1.0.2 | 1,121 | 3/22/2015 |
1.0.1 | 1,068 | 3/17/2015 |
1.0.0 | 1,117 | 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.