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

Class ImGuiDataVarInfo

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

Hook for extensions like ImGuiTestEngine

Source from the content-addressed store, hash-verified

127struct ImGuiContext; // Main Dear ImGui context
128struct ImGuiContextHook; // Hook for extensions like ImGuiTestEngine
129struct ImGuiDataVarInfo; // Variable information (e.g. to avoid style variables from an enum)
130struct ImGuiDataTypeInfo; // Type information associated to a ImGuiDataType enum
131struct ImGuiGroupData; // Stacked storage data for BeginGroup()/EndGroup()
132struct ImGuiInputTextState; // Internal state of the currently focused/edited text input box

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected