MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetWindowDisplayLayer

Function GetWindowDisplayLayer

KBotExt/imgui/imgui.cpp:4814–4817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4812}
4813
4814static inline int GetWindowDisplayLayer(ImGuiWindow* window)
4815{
4816 return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0;
4817}
4818
4819// Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
4820static inline void AddRootWindowToDrawData(ImGuiWindow* window)

Callers 3

AddRootWindowToDrawDataFunction · 0.85
IsWindowAboveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected