Implement game controller support and add keybindings for gamepad input

This commit is contained in:
2026-05-07 17:50:07 +02:00
parent 9421d8d47c
commit 486fea38e7
4 changed files with 367 additions and 45 deletions
+1
View File
@@ -48,6 +48,7 @@ class MiceMaze(
# Apply profile settings
if hasattr(self.render_engine, 'set_volume'):
self.render_engine.set_volume(sound_volume)
self.initialize_keybindings()
self.load_assets()
self.render_engine.window.show()