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

Class ImGuiContext

KBotExt/imgui/imgui.h:153–153  ·  view source on GitHub ↗

Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected