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

Class ImGuiWindowSettings

KBotExt/imgui/imgui_internal.h:158–158  ·  view source on GitHub ↗

Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each window)

Source from the content-addressed store, hash-verified

156struct ImGuiWindow; // Storage for one window
157struct ImGuiWindowTempData; // Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each window)
158struct ImGuiWindowSettings; // Storage for a window .ini settings (we keep one of those even if the actual window wasn't instanced during this session)
159
160// Enumerations
161// Use your programming IDE "Go to definition" facility on the names of the center columns to find the actual flags/enum lists.

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected