MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / GetWindowDisplayLayer

Function GetWindowDisplayLayer

plugins/Cardinal/src/DearImGui/imgui.cpp:4383–4386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4381}
4382
4383static inline int GetWindowDisplayLayer(ImGuiWindow* window)
4384{
4385 return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0;
4386}
4387
4388// Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
4389static inline void AddRootWindowToDrawData(ImGuiWindow* window)

Callers 3

AddRootWindowToDrawDataFunction · 0.85
IsWindowAboveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected