ebiten/internal/gamepad
Hajime Hoshi 1a2e93c594 internal/gamepad: bug fix: a wireless Xbox controller didn't work correctly on macOS
The button and hat values must be adjusted by their minimum values.
See also GLFW's implementation.

Closes #266
2022-09-12 01:56:17 +09:00
..
api_desktop_windows.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
api_ios.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
api_linux.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
api_xbox_windows.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
button.go internal/gamepad: move driver.GamepadButton to gamepad.Button 2022-02-05 23:03:30 +09:00
extern_android.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
gamepad_android.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
gamepad_darwin.go internal/gamepad: bug fix: a wireless Xbox controller didn't work correctly on macOS 2022-09-12 01:56:17 +09:00
gamepad_desktop_windows.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
gamepad_ios.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
gamepad_js.go ebiten: add IsStandardGamepadAxisAvailable and IsStandardGamepadButtonAvailable (#2241) 2022-08-11 12:35:20 +09:00
gamepad_linux.go internal/gamepad: ignore EPERM when opening gamepads (#2308) 2022-09-06 21:29:50 +09:00
gamepad_nintendosdk.go internal/cbackend: rename to nintendosdk 2022-08-12 17:19:37 +09:00
gamepad_null.go ebiten: add IsStandardGamepadAxisAvailable and IsStandardGamepadButtonAvailable (#2241) 2022-08-11 12:35:20 +09:00
gamepad_windows.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
gamepad_xbox_windows.go all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +09:00
gamepad.go ebiten: add IsStandardGamepadAxisAvailable and IsStandardGamepadButtonAvailable (#2241) 2022-08-11 12:35:20 +09:00