| 13634 | } |
| 13635 | |
| 13636 | int 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) |
| 13643 | void ImGui::FocusWindow(ImGuiWindow* window, ImGuiFocusRequestFlags flags) |