ebiten/internal/gamepad
TotallyGamerJet 56ec19caa1
all: use RTLD_LAZY in dlopen for darwin (#2453)
dlopen requires either RTLD_LAZY or RTLD_NOW but there was neither.

Updates #1162
2022-11-14 04:44:51 +09:00
..
api_cf_darwin.go all: use RTLD_LAZY in dlopen for darwin (#2453) 2022-11-14 04:44:51 +09:00
api_desktop_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_hid_darwin.go all: use RTLD_LAZY in dlopen for darwin (#2453) 2022-11-14 04:44:51 +09:00
api_ios.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_linux.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
api_xbox_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
button.go internal/gamepad: rename ButtonNum -> ButtonCount 2022-09-07 15:40:52 +09:00
extern_android.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_android.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_darwin.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_desktop_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_ios.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_js.go ebiten: add IsStandardGamepadAxisAvailable and IsStandardGamepadButtonAvailable (#2241) 2022-08-11 12:35:20 +09:00
gamepad_linux.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_nintendosdk.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_null.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad_xbox_windows.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
gamepad.go all: replace interface{} with any (#2430) 2022-11-03 15:33:09 +09:00