Slions.SharpLib.Hid-x86
1.6.0
See the version list below for details.
dotnet add package Slions.SharpLib.Hid-x86 --version 1.6.0
NuGet\Install-Package Slions.SharpLib.Hid-x86 -Version 1.6.0
<PackageReference Include="Slions.SharpLib.Hid-x86" Version="1.6.0" />
paket add Slions.SharpLib.Hid-x86 --version 1.6.0
#r "nuget: Slions.SharpLib.Hid-x86, 1.6.0"
// Install Slions.SharpLib.Hid-x86 as a Cake Addin #addin nuget:?package=Slions.SharpLib.Hid-x86&version=1.6.0 // Install Slions.SharpLib.Hid-x86 as a Cake Tool #tool nuget:?package=Slions.SharpLib.Hid-x86&version=1.6.0
C# HID library designed to handle raw input. Most useful to support IR remote control and gamepad inputs on Windows Forms applications.
Product | Versions 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. |
-
.NETFramework 4.0
- SharpLibWin32 (>= 0.2.1)
-
.NETFramework 4.8
- SharpLibWin32 (>= 0.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.