CogImGui: Fix gamepad sticks not forwarded in some cases

This commit is contained in:
Arnaud Jamin
2024-01-08 09:06:36 -05:00
parent b2bb2a4de0
commit 7768cfd38f
@@ -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();
}
//--------------------------------------------------------------------------------------------------------------------------