@ -54,7 +54,7 @@ struct ImGuiTextFilter; // Parse and apply text filters. In format "
structImGuiTextBuffer;// Text buffer for logging/accumulating text
structImGuiTextEditCallbackData;// Shared state of ImGui::InputText() when using custom callbacks (advanced)
structImGuiListClipper;// Helper to manually clip large list of items
structImGuiState;// ImGui context (opaque)
structImGuiContext;// ImGui context (opaque)
// Enumerations (declared as int for compatibility and to not pollute the top of this file)
typedefunsignedintImU32;
@ -445,10 +445,10 @@ namespace ImGui
// Internal context access - if you want to use multiple context, share context between modules (e.g. DLL). There is a default context created and active by default.