You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello good people,
My controller is not properly recognized on Linux when using the go GLFW package, and programs using it output this error :
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
The text was updated successfully, but these errors were encountered: