Mensajes de consola opcionales

This commit is contained in:
2022-11-02 09:52:06 +01:00
parent 8232055d22
commit 88f419e963
14 changed files with 96 additions and 268 deletions

View File

@@ -19,9 +19,6 @@ Input::Input(std::string file)
gameControllerBindings.resize(17, gcb);
verbose = true;
// Comprueba si hay un mando conectado
discoverGameController();
}
// Asigna inputs a teclas
@@ -175,7 +172,7 @@ bool Input::checkAnyInput(int device, int index)
return false;
}
// Comprueba si hay un mando conectado
// Busca si hay un mando conectado
bool Input::discoverGameController()
{
bool found = false;