granera con sarna no pica
This commit is contained in:
@@ -115,8 +115,8 @@ class Input {
|
||||
|
||||
private:
|
||||
// --- Constantes ---
|
||||
static constexpr Sint16 AXIS_THRESHOLD = 30000; // Umbral para ejes analógicos
|
||||
static constexpr Sint16 TRIGGER_THRESHOLD = 16384; // Umbral para triggers (50% del rango)
|
||||
static constexpr Sint16 AXIS_THRESHOLD = 20000; // Umbral on/off para ejes analógicos
|
||||
static constexpr Sint16 TRIGGER_THRESHOLD = 20000; // Umbral on/off para triggers
|
||||
static constexpr std::array<Action, 1> BUTTON_INPUTS = {Action::JUMP}; // Inputs que usan botones
|
||||
|
||||
// --- Métodos ---
|
||||
|
||||
Reference in New Issue
Block a user