A crate to expose gamepad information in browsers using the Gamepad API exposed by browsers.
toml
[dependencies]
gamepads = "0.1.0"
On web, this crate uses a small javascript function, making it possible to use as a macroquad plugin - more about that below.
A macroquad plugin to access gamepad information in browsers.
First add the javascript, either bundling macroquad-gamepads.js or embedding it after:
```html
```
Please report any issues found!