Axis not recognized with Street Fighter "Mad Catz" Fightpad.
ssj17vegeta opened this issue · 0 comments
ssj17vegeta commented
Hello good people,
My controller is not properly recognized on Linux when using the go GLFW package, and programs using it output this error :
GLFW: An uncaught error has occurred: InvalidValue: Invalid axis in gamepad mapping 03000000ad1b00002ef0000090040000 (Mad Catz Fightpad SFxT)
GLFW: Please report this bug in the Go package immediately.
In the program, it seems the buttons are recognized, but not the D-Pad.
The controller works fine while tested with jstest, and the D-Pad is recognized as an axis.
My other standard XBox 360 controllers do not have this problem.
Running on Ubuntu 21.10.
using
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect