Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using)
| 151 | struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data |
| 152 | struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using) |
| 153 | struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) |
| 154 | struct ImGuiIO; // Main configuration and I/O between your application and ImGui |
| 155 | struct ImGuiInputTextCallbackData; // Shared state of InputText() when using custom ImGuiInputTextCallback (rare/advanced use) |
| 156 | struct ImGuiKeyData; // Storage for ImGuiIO and IsKeyDown(), IsKeyPressed() etc functions. |
nothing calls this directly
no outgoing calls
no test coverage detected