gamepad: Add initial controller navigation (#406)

Co-authored-by: kramo <git@kramo.page>
Co-authored-by: Zoey Ahmed <zoethetransrat@gmail.com>
Reviewed-on: https://codeberg.org/kramo/cartridges/pulls/406
Reviewed-by: Laura Kramolis <git@kramo.page>
Reviewed-by: Jamie Gravendeel <me@jamie.garden>
Co-authored-by: Zoey Ahmed <zoeyahmed10@proton.me>
Co-committed-by: Zoey Ahmed <zoeyahmed10@proton.me>
This commit is contained in:
Zoey Ahmed
2025-12-17 21:24:34 +01:00
committed by Laura Kramolis
parent 6b735c8cf6
commit eef38f73f5
9 changed files with 386 additions and 16 deletions

View File

@@ -1,5 +1,11 @@
python.install_sources(
files('__init__.py', '__main__.py', 'application.py', 'games.py'),
files(
'__init__.py',
'__main__.py',
'application.py',
'games.py',
'gamepads.py',
),
subdir: 'cartridges',
)