MCPcopy Create free account
hub / github.com/SatDump/SatDump / GetWindowDisplayLayer

Function GetWindowDisplayLayer

src-core/imgui/imgui.cpp:4873–4876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4871}
4872
4873static inline int GetWindowDisplayLayer(ImGuiWindow* window)
4874{
4875 return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0;
4876}
4877
4878// Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
4879static inline void AddRootWindowToDrawData(ImGuiWindow* window)

Callers 3

AddRootWindowToDrawDataFunction · 0.85
IsWindowAboveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected