Hook for extensions like ImGuiTestEngine
| 127 | struct ImGuiContext; // Main Dear ImGui context |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected