diff --git a/es-core/src/guis/GuiDetectDevice.cpp b/es-core/src/guis/GuiDetectDevice.cpp index 78dc50cd3..9b60b8a14 100644 --- a/es-core/src/guis/GuiDetectDevice.cpp +++ b/es-core/src/guis/GuiDetectDevice.cpp @@ -118,7 +118,8 @@ bool GuiDetectDevice::input(InputConfig* config, Input input) return true; } - if (input.type == TYPE_BUTTON || input.type == TYPE_KEY ||input.type == TYPE_CEC_BUTTON) { + if (input.type == TYPE_BUTTON || input.type == TYPE_AXIS || input.type == TYPE_KEY || + input.type == TYPE_CEC_BUTTON) { if (input.value && mHoldingConfig == nullptr) { // Started holding. mHoldingConfig = config;