treball en curs: correccions de tidy

This commit is contained in:
2026-05-16 17:45:32 +02:00
parent ee2dd0bc2c
commit 9f6d38cf48
22 changed files with 813 additions and 1074 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ struct DemoKeys {
// Estructura para albergar métodos de control
struct InputDevice {
int id; // Identificador en el vector de mandos
std::string name; // Nombre del dispositivo
int id; // Identificador en el vector de mandos
std::string name; // Nombre del dispositivo
Uint8 device_type; // Tipo de dispositivo (teclado o mando)
};