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

Class ImGuiDataTypeTempStorage

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

Source from the content-addressed store, hash-verified

983};
984
985struct ImGuiDataTypeTempStorage
986{
987 ImU8 Data[8]; // Can fit any data up to ImGuiDataType_COUNT
988};
989
990// Type information associated to one ImGuiDataType. Retrieve with DataTypeGetInfo().
991struct ImGuiDataTypeInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected