MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / FindWindowDisplayIndex

Method FindWindowDisplayIndex

include/imgui/imgui.cpp:13007–13011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13005}
13006
13007int ImGui::FindWindowDisplayIndex(ImGuiWindow* window)
13008{
13009 ImGuiContext& g = *GImGui;
13010 return g.Windows.index_from_ptr(g.Windows.find(window));
13011}
13012
13013// Moving window to front of display and set focus (which happens to be back of our sorted list)
13014void ImGui::FocusWindow(ImGuiWindow* window, ImGuiFocusRequestFlags flags)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected