-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darwin: enable non-exclusive device usage #178
Comments
Duplicate of libusb/hidapi#27 It seems that the underlying library does not allow it |
This PR fixes it, isn't it? |
So it seems that all we need to do is export the following functions and set them accordingly.
@ilyalasy would you like to create a PR for this? |
Don't have experience with cython, but I can try |
When I use device.open(), device inputs are not accessible on any application other than my script code.
How can I fix that?
Platform: macOS (ARM)
The text was updated successfully, but these errors were encountered: