html5-gamepad
html5-gamepad copied to clipboard
The browser information below was reported incorrectly. I used Firefox on macOS; it was a PS4 controller. Please include this mapping: ``` { "axes": { "dpad x": { "index": 6...
Seems like your test page crashes for me. ``` Gamepad connected at index 0: Unknown Gamepad (Vendor: 0000 Product: 0000). 0 buttons, 16 axes. single-gamepad.js:14 no mapping found, using default...
This is for the [8bitdo Wireless USB Adapter](http://www.8bitdo.com/wireless-usb-adapter/). Please include this mapping: ``` { "axes": { "dpad x": { "index": 6 }, "dpad y": { "index": 7 }, "left stick...
Gamepads that were not attached would throw errors when looping through gamepads, where one gamepad was partially attached or not fully present.
Please include this mapping: SteelSeries Stratus XL on linux chromium connected through usb. ``` { "axes": { "dpad x": { "index": 6 }, "dpad y": { "index": 7 }, "left...
Please include this mapping: ``` { "axes": { "dpad x": { "index": 6 }, "dpad y": { "index": 7 }, "left stick x": { "index": 0 }, "left stick y":...
Please include this mapping: (and yes, it is really spelled "Conteroller" for some reason, this is on macOS Sierra (10.12.6) and Safari 10.1.2) ``` { "axes": { "dpad x": {...
Got a bug report: > > > So I installed my blutetooth PS 4 Gamepad on Windows10 and tried your test page. I noticed that there are differences between Firefox...