mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Allow selection while cursor is no longer hovered over child window
This commit is contained in:
parent
609af5e4b7
commit
88259a69ae
2
r5dev/thirdparty/imgui/src/imgui_logger.cpp
vendored
2
r5dev/thirdparty/imgui/src/imgui_logger.cpp
vendored
@ -607,7 +607,7 @@ void CTextLogger::HandleMouseInputs()
|
||||
bool ctrl = io.ConfigMacOSXBehaviors ? io.KeySuper : io.KeyCtrl;
|
||||
bool alt = io.ConfigMacOSXBehaviors ? io.KeyCtrl : io.KeyAlt;
|
||||
|
||||
if (ImGui::IsWindowHovered())
|
||||
if (ImGui::IsWindowFocused())
|
||||
{
|
||||
if (!shift && !alt)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user