ebiten/internal/gamepad
divVerent 9bc571af5e
internal/gamepad: fix a typo that caused oddly cut off gamepad names. (#2300)
This change allows gamepad names up to 256 characters, which is usually
enough. Before, names were cut off after 7 characters, matching the string
"Unknown" that is used if querying the name fails.

Closes #2300
2022-09-03 20:44:03 +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 all: remove the build tag 'ebitencbackend' 2022-08-12 13:15:39 +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: fix a typo that caused oddly cut off gamepad names. (#2300) 2022-09-03 20:44:03 +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