mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Fix toggle imgui input shortcut not working when input is enabled (happening in Lyra)
This commit is contained in:
@@ -169,6 +169,11 @@ FReply SCogImguiWidget::HandleKeyEvent(const FKeyEvent& KeyEvent, bool Down)
|
||||
return FReply::Unhandled();
|
||||
}
|
||||
|
||||
if (IO.WantTextInput == false)
|
||||
{
|
||||
return FReply::Unhandled();
|
||||
}
|
||||
|
||||
return FReply::Handled();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user