-
-
Notifications
You must be signed in to change notification settings - Fork 78
Add SetImguiContext #185
Copy link
Copy link
Open
Labels
prio:mediumMedium priorityMedium prioritystatus:ideaFeature under considerationFeature under considerationtype:featNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
prio:mediumMedium priorityMedium prioritystatus:ideaFeature under considerationFeature under considerationtype:featNew feature or requestNew feature or request
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);