Move HidDevice to struct Pedals #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In hidapi v0.4.1 it is not yet possible to store the HidDevice in a
struct.
But, there is already a pull request to implement this. If this gets ever merged, we should move the device into the struct.
This problem, among others, is solved in version 0.5.0.