MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / GetWindowDisplayLayer

Function GetWindowDisplayLayer

extern/imgui/imgui.cpp:5234–5237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5232}
5233
5234static inline int GetWindowDisplayLayer(ImGuiWindow* window)
5235{
5236 return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0;
5237}
5238
5239// Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
5240static inline void AddRootWindowToDrawData(ImGuiWindow* window)

Callers 3

AddRootWindowToDrawDataFunction · 0.85
IsWindowAboveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected