zaafar / ClickableTransparentOverlay

A library for creating transparent overlay using windows API & ImGui.NET
Apache License 2.0
87 stars 33 forks source link

Does this IMGUI library support the use of DockNode? #46

Closed krulci closed 1 year ago

krulci commented 1 year ago

Not sure if I am not using it correctly, but I can't seem to find

ImGui::DockBuilderSplitNode

ImGui::DockBuilderGetNode

ImGui::DockBuilderDockWindow

And related APIs

krulci commented 1 year ago

Did some research. Seems like I need to change ImGui using this branch: https://github.com/ImGuiNET/ImGui.NET/pull/273

zaafar commented 1 year ago

ImGui internal APIs are part of imgui.net lib.

krulci commented 9 months ago

ImGui internal APIs are part of imgui.net lib.

Sorry, just started to get back to my project. How do you use them if you said there are in IMGUI.NET?

zaafar commented 9 months ago

Sorry, that was a typo.

I mean, imgui internal API are not part of imgui.net lib. So I can't provide them in this library.