hybridgroup/gobot

jos stick type detection

gedw99 opened this issue · 0 comments

gedw99 commented

joy stick with sdl works great

https://github.com/hybridgroup/gobot/blob/master/platforms/joystick/README.md

The scanner works fine with Stadia:
https://github.com/hybridgroup/gobot/blob/master/platforms/joystick/bin/scanner.go

i think we can add type detection and mapping possibly.

all the code is here: https://github.com/hajimehoshi/ebiten/tree/main/internal/gamepaddb
its is a mini db for all gamepads

the gamepad runner is here: https://github.com/hajimehoshi/ebiten/tree/main/internal/gamepad