diff --git a/Plugins/Cog/Source/CogImgui/Private/CogImguiInputCatcherWidget.cpp b/Plugins/Cog/Source/CogImgui/Private/CogImguiInputCatcherWidget.cpp index f1b5f06..b3bf534 100644 --- a/Plugins/Cog/Source/CogImgui/Private/CogImguiInputCatcherWidget.cpp +++ b/Plugins/Cog/Source/CogImgui/Private/CogImguiInputCatcherWidget.cpp @@ -69,7 +69,7 @@ FReply SCogImguiInputCatcherWidget::OnKeyUp(const FGeometry& MyGeometry, const F //-------------------------------------------------------------------------------------------------------------------------- FReply SCogImguiInputCatcherWidget::OnAnalogValueChanged(const FGeometry& MyGeometry, const FAnalogInputEvent& AnalogInputEvent) { - return FReply::Handled(); + return FReply::Unhandled(); } //--------------------------------------------------------------------------------------------------------------------------