canvi de pc

This commit is contained in:
2025-02-21 19:45:58 +01:00
parent 29c85fecad
commit a42141ebd7
4 changed files with 18 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ enum class InputDeviceToUse : int
class Input
{
private:
// [SINGLETON] Objeto screen privado para Don Melitón
// [SINGLETON] Objeto privado
static Input *input_;
struct KeyBindings
@@ -109,13 +109,13 @@ private:
~Input() = default;
public:
// [SINGLETON] Crearemos el objeto screen con esta función estática
// [SINGLETON] Crearemos el objeto con esta función estática
static void init(const std::string &game_controller_db_path);
// [SINGLETON] Destruiremos el objeto screen con esta función estática
// [SINGLETON] Destruiremos el objeto con esta función estática
static void destroy();
// [SINGLETON] Con este método obtenemos el objeto screen y podemos trabajar con él
// [SINGLETON] Con este método obtenemos el objeto y podemos trabajar con él
static Input *get();
// Asigna inputs a teclas