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

Class ImGuiDataTypeInfo

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

Variable information (e.g. to avoid style variables from an enum)

Source from the content-addressed store, hash-verified

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
133struct ImGuiInputTextDeactivateData;// Short term storage to backup text of a deactivating InputText() while another is stealing active id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected