MCPcopy Create free account
hub / github.com/TKazer/CS2_External / FindBlockingModal

Method FindBlockingModal

CS2_External/OS-ImGui/imgui/imgui.cpp:6121–6144  ·  view source on GitHub ↗

When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should be positioned behind that modal window, unless the window was created inside the modal begin-stack. In case of multiple stacked modals newly created window honors begin stack order and does not go below its own modal parent. - Window // F

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected