HidApi.Net
HidApi.Net copied to clipboard
A modern cross platform C# binding for HIDAPI
Results
2
HidApi.Net issues
Sort by
recently updated
recently updated
newest added
Currently during runtime the operating system is checked for several string operations to decide how to decode a pointer of `w_char_t` data as the size of `w_char_t` is different between...
enhancement
Currently several UTF32 strings are read from the hid api. To do so the length of the string must be calculated which is done manually in [UTF32](https://github.com/badcel/HidApi.Net/blob/64ec544e1c5822acad5cb77c9413aba3e65942fb/src/HidApi.Net/Internal/Utf32.cs#L5) class. Verify if...
enhancement