Variable information (e.g. to avoid style variables from an enum)
| 128 | struct ImGuiContextHook; // Hook for extensions like ImGuiTestEngine |
| 129 | struct ImGuiDataVarInfo; // Variable information (e.g. to avoid style variables from an enum) |
| 130 | struct ImGuiDataTypeInfo; // Type information associated to a ImGuiDataType enum |
| 131 | struct ImGuiGroupData; // Stacked storage data for BeginGroup()/EndGroup() |
| 132 | struct ImGuiInputTextState; // Internal state of the currently focused/edited text input box |
| 133 | struct ImGuiInputTextDeactivateData;// Short term storage to backup text of a deactivating InputText() while another is stealing active id |
nothing calls this directly
no outgoing calls
no test coverage detected