migrant input: ja carrega la configuració y asigna mandos correctament

This commit is contained in:
2025-08-04 12:16:03 +02:00
parent 050b6716bf
commit cd457d0db9
2 changed files with 94 additions and 25 deletions

View File

@@ -202,6 +202,9 @@ class GamepadManager {
return false;
}
// Asigna los mandos físicos basándose en la configuración actual de nombres.
void assignAndLinkGamepads();
// Iteradores
auto begin() { return gamepads.begin(); }
auto end() { return gamepads.end(); }