Añadido soporte para ejes en la clase Input

This commit is contained in:
2024-09-02 10:19:28 +02:00
parent 4f6c92c8d1
commit f57a307991
2 changed files with 67 additions and 18 deletions

View File

@@ -89,6 +89,9 @@ private:
i_disable_e disabledUntil; // Tiempo que esta deshabilitado
bool enabled; // Indica si está habilitado
// Comprueba el eje del mando
bool checkAxisInput(inputs_e input, int index = 0);
public:
// Constructor
Input(std::string file);