An open API service indexing awesome lists of open source software.

https://github.com/havendv/h.rawinput

Allows to easy use Windows Raw Input API.
https://github.com/havendv/h.rawinput

Last synced: 6 months ago
JSON representation

Allows to easy use Windows Raw Input API.

Awesome Lists containing this project

README

          

# [H.RawInput](https://github.com/HavenDV/H.RawInput/)

[![Language](https://img.shields.io/badge/language-C%23-blue.svg?style=flat-square)](https://github.com/HavenDV/H.RawInput/search?l=C%23&o=desc&s=&type=Code)
[![License](https://img.shields.io/github/license/HavenDV/H.RawInput.svg?label=License&maxAge=86400)](LICENSE.md)
[![Requirements](https://img.shields.io/badge/Requirements-.NET%20Standard%202.0-blue.svg)](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)
[![Build Status](https://github.com/HavenDV/H.RawInput/workflows/.NET/badge.svg?branch=master)](https://github.com/HavenDV/H.RawInput/actions?query=workflow%3A%22.NET%22)

Description

### Nuget

[![NuGet](https://img.shields.io/nuget/dt/H.RawInput.svg?style=flat-square&label=H.RawInput)](https://www.nuget.org/packages/H.RawInput/)

```
Install-Package H.RawInput
```

### Usage

```cs
// code
```

### Links
- [About Raw Input](https://docs.microsoft.com/en-us/windows/win32/inputdev/about-raw-input)
- [RawInput.Sharp](https://github.com/mfakane/rawinput-sharp)
- [SharpDX.RawInput](https://github.com/sharpdx/SharpDX/tree/master/Source/SharpDX.RawInput)
- [SharpLibHid](https://github.com/Slion/SharpLibHid)
- [Using Raw Input from C# to handle multiple keyboards](https://www.codeproject.com/Articles/17123/Using-Raw-Input-from-C-to-handle-multiple-keyboard)

### Contacts
* [mail](mailto:havendv@gmail.com)