Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

sanraith/SharpLibHid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet Badge

SharpLibHid

C# HID Library using Windows Raw Input. Most useful to handle inputs from IR remotes, gamepads, joysticks or any Human Interface Devices.

HID Demo

You can get a pretty good understanding of what this library can do be running our HID Demo.

Binary Distribution

The easiest way to make use of this library in your own project is to add a reference to the following NuGet package.

Usage

To get started with this library take a look at HID Demo code. Basically there are just three things you need to do to get it working:

  1. Instantiate a SharpLib.Hid.Handler specifying which kind of raw input you want to listen to.
  2. Register with your HID handler OnHidEvent event.
  3. Feed your HID handler the Windows Raw Input from WM_INPUT messages.

Taking a look at older and simpler version of the HID Demo code can give you a better idea of what a minimal implementaiton looks like.

About

C# HID Library using Windows Raw Input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.0%
  • HTML 5.8%
  • C 2.0%
  • PowerShell 1.2%
  • Other 1.0%