mirror of
https://github.com/xemu-project/imgui.git
synced 2024-11-23 02:09:43 +00:00
Disable NavUpdateWindowing
This commit is contained in:
parent
d4ddc46e77
commit
fceff3210b
@ -11416,7 +11416,7 @@ static void ImGui::NavUpdate()
|
||||
g.NavWindow->NavLastChildNavWindow = NULL;
|
||||
|
||||
// Update CTRL+TAB and Windowing features (hold Square to move/resize/etc.)
|
||||
NavUpdateWindowing();
|
||||
// NavUpdateWindowing();
|
||||
|
||||
// Set output flags for user application
|
||||
io.NavActive = (nav_keyboard_active || nav_gamepad_active) && g.NavWindow && !(g.NavWindow->Flags & ImGuiWindowFlags_NoNavInputs);
|
||||
|
Loading…
Reference in New Issue
Block a user