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.
- Host: GitHub
- URL: https://github.com/havendv/h.rawinput
- Owner: HavenDV
- License: mit
- Created: 2021-01-21T00:15:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T04:31:37.000Z (over 4 years ago)
- Last Synced: 2025-03-28T17:09:55.253Z (7 months ago)
- Language: C#
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [H.RawInput](https://github.com/HavenDV/H.RawInput/)
[](https://github.com/HavenDV/H.RawInput/search?l=C%23&o=desc&s=&type=Code)
[](LICENSE.md)
[](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)
[](https://github.com/HavenDV/H.RawInput/actions?query=workflow%3A%22.NET%22)Description
### Nuget
[](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)