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
Weird question, weird place to be.
I want to create a virtual HID device within the Chrome browser, to simulate HID events and receive them in the page.
Use case: I'm building a controller on a browser on a mobile phone which will send gamepad-like inputs to the host browser.
How can I "understand" inputs from my phone controller and "simulate" actual gamepad inputs on the browser?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Weird question, weird place to be.
I want to create a virtual HID device within the Chrome browser, to simulate HID events and receive them in the page.
Use case:
I'm building a controller on a browser on a mobile phone which will send gamepad-like inputs to the host browser.
How can I "understand" inputs from my phone controller and "simulate" actual gamepad inputs on the browser?
The text was updated successfully, but these errors were encountered: