This commit is contained in:
2026-01-13 22:15:54 -06:00
parent 548bad0c57
commit f591fff8ac
10 changed files with 838 additions and 242 deletions

View File

@@ -2,4 +2,9 @@ var sdl_input = use('sdl3/input')
return {
gamepad_id_to_tyle: sdl_input.gamepad_id_to_type,
make: function() {
return {
}
}
}