mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 22:58:45 +00: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();
|
return FReply::Unhandled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (IO.WantTextInput == false)
|
||||||
|
{
|
||||||
|
return FReply::Unhandled();
|
||||||
|
}
|
||||||
|
|
||||||
return FReply::Handled();
|
return FReply::Handled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user