This commit is contained in:
2026-04-17 22:20:37 +02:00
parent 513eacf356
commit 20b9a95619
38 changed files with 310 additions and 622 deletions

View File

@@ -80,7 +80,7 @@ class Input {
std::string buildControllerName(SDL_Gamepad *pad, int padIndex);
// Constructor privado (usar Input::init)
Input(std::string file);
explicit Input(const std::string &file);
// Instancia única
static Input *instance;