Closed hajimehoshi closed 6 months ago
v2.7.1
go version
go version go1.22.0 windows/arm64
examples/gamepad
The gamepad is mapped as XInput Controller (GLFW) with a standard mapping
XInput Controller (GLFW)
The gamepad is mapped as Xbox Controller without a standard mapping
Xbox Controller
This works with Ebitengine v2.6.7
6552ae1dbe66d344482990cddb73f6bd0cd3062c is the culprit
macOS had the same issue... 😢
Ebitengine Version
v2.7.1
Operating System
Go Version (
go version
)go version go1.22.0 windows/arm64
What steps will reproduce the problem?
examples/gamepad
What is the expected result?
The gamepad is mapped as
XInput Controller (GLFW)
with a standard mappingWhat happens instead?
The gamepad is mapped as
Xbox Controller
without a standard mappingAnything else you feel useful to add?
This works with Ebitengine v2.6.7