MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / OpenNextNode

Function OpenNextNode

Externals/imgui-1.46/Include/imgui.h:433–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 // Obsolete (will be removed)
432#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
433 static inline void OpenNextNode(bool open) { ImGui::SetNextTreeNodeOpened(open, 0); } // OBSOLETE 1.34+
434 static inline bool GetWindowIsFocused() { return ImGui::IsWindowFocused(); } // OBSOLETE 1.36+
435 static inline bool GetWindowCollapsed() { return ImGui::IsWindowCollapsed(); } // OBSOLETE 1.39+
436 static inline ImVec2 GetItemBoxMin() { return GetItemRectMin(); } // OBSOLETE 1.36+

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected