hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
10.95k stars 654 forks source link

internal/gamepad: HID drivers like SDL and Chromium #2320

Open hajimehoshi opened 2 years ago

hajimehoshi commented 2 years ago

This would require HID handling like what SDL and Chromium do.

These controllers don't work well as a desktop app, but work on browsers so far:

hajimehoshi commented 8 months ago

This seems a pretty hard work. I'll let this open but I don't have a milestone for this.