We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happens when I'm using two separate packages that rely on hid? Both will have to call hid::init() and the latter one will fail.
hid::init()
The text was updated successfully, but these errors were encountered:
Nothing bad should happen if it's called twice.
Sorry, something went wrong.
Looking at the code, it returns an error based on the INITIALIZED variable. Let me check when I'm at my laptop.
It seems to be possible indeed. I'm very confused then. Could you perhaps explain the reason for the INITIALIZED variable?
INITIALIZED
No branches or pull requests
What happens when I'm using two separate packages that rely on hid? Both will have to call
hid::init()
and the latter one will fail.The text was updated successfully, but these errors were encountered: