MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / FindWindowDisplayIndex

Method FindWindowDisplayIndex

imgui_tiny_app/imgui/imgui.cpp:13636–13640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13634}
13635
13636int ImGui::FindWindowDisplayIndex(ImGuiWindow* window)
13637{
13638 ImGuiContext& g = *GImGui;
13639 return g.Windows.index_from_ptr(g.Windows.find(window));
13640}
13641
13642// Moving window to front of display and set focus (which happens to be back of our sorted list)
13643void ImGui::FocusWindow(ImGuiWindow* window, ImGuiFocusRequestFlags flags)

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected