Skip to content

Add SetImguiContext #185

@sonoro1234

Description

@sonoro1234

in implot

// Sets the current ImGui context. This is ONLY necessary if you are compiling
// ImPlot as a DLL (not recommended) separate from your ImGui compilation. It
// sets the global variable GImGui, which is not shared across DLL boundaries.
// See GImGui documentation in imgui.cpp for more details.
IMPLOT_API void SetImGuiContext(ImGuiContext* ctx);

Metadata

Metadata

Assignees

No one assigned

    Labels

    prio:mediumMedium prioritystatus:ideaFeature under considerationtype:featNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions