ebiten/internal/gamepaddb
Hajime Hoshi 17d75bfaad internal/gamepaddb: bug fix: platform was not initialized correctly
After 6552ae1dbe, the order of the init
function calls changed, and then the platform was not initialized
correctly.

This change fixes this issue by not relying on an init function to
get the platform.

Closes #2964
2024-04-18 13:30:31 +09:00
..
button.go internal/gamepaddb: move driver.StandardGamepadButton to gamepaddb.StandardButton 2022-02-05 23:11:09 +09:00
db.go internal/gamepaddb: omit the database for consoles 2024-03-25 03:08:19 +09:00
gamecontrollerdb.txt internal/gamepaddb: update the database 2024-03-24 19:18:49 +09:00
gamepaddb_test.go all: fix typos (#2558) 2023-01-28 19:06:38 +09:00
gamepaddb.go internal/gamepaddb: bug fix: platform was not initialized correctly 2024-04-18 13:30:31 +09:00
sdl.go internal/gamepaddb: enable the database for Android 2022-09-09 22:20:39 +09:00