MCPcopy Create free account
hub / github.com/cinder/Cinder / GetCurrentWindowRead

Function GetCurrentWindowRead

include/imgui/imgui_internal.h:3119–3119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3117 IMGUI_API ImGuiIO& GetIO(ImGuiContext* ctx);
3118 IMGUI_API ImGuiPlatformIO& GetPlatformIO(ImGuiContext* ctx);
3119 inline ImGuiWindow* GetCurrentWindowRead() { ImGuiContext& g = *GImGui; return g.CurrentWindow; }
3120 inline ImGuiWindow* GetCurrentWindow() { ImGuiContext& g = *GImGui; g.CurrentWindow->WriteAccessed = true; return g.CurrentWindow; }
3121 IMGUI_API ImGuiWindow* FindWindowByID(ImGuiID id);
3122 IMGUI_API ImGuiWindow* FindWindowByName(const char* name);

Callers 15

GetColumnIndexMethod · 0.85
GetColumnsCountMethod · 0.85
GetColumnOffsetMethod · 0.85
SetColumnWidthMethod · 0.85
PushColumnClipRectMethod · 0.85
PushColumnsBackgroundMethod · 0.85
PopColumnsBackgroundMethod · 0.85
SetWindowPosMethod · 0.85
GetWindowSizeMethod · 0.85
IsWindowCollapsedMethod · 0.85
IsWindowAppearingMethod · 0.85
GetCursorScreenPosMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected