-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
WindowsRelated to Windows backendRelated to Windows backendenhancementNew feature or requestNew feature or request
Description
Current Windows backend is WinAPI based.
There is also an alternative - WinRT API, and it actually uses a different implementation.
More discussion about it: #282.
Having an alternative backend might be useful in the future. Leaving this ticket to follow up on it if someone ever gets to finish it.
Some attempt to move in this direction:
https://github.com/LeeChunHei/hidapi
UPD: see next comment.
A general recommentation is to have this backend implemented in C++, due to way simpler implementation, when it comes to WinRT, compared to C.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
WindowsRelated to Windows backendRelated to Windows backendenhancementNew feature or requestNew feature or request