imgui-java icon indicating copy to clipboard operation
imgui-java copied to clipboard

Missing Bindings: ImDrawList::AddCallback

Open xk-12 opened this issue 10 months ago • 1 comments

Version

1.84.1.1 and other

What part of the binding has gaps?

Dear ImGui

What is missing?

The method in C++ Dear IMGUI :

void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data){} At https://github.com/maserg/imgui/blob/d3f4309491517a4412b6738063ded96f61fa020f/imgui_draw.cpp#L175

is missing! I cant find this Method(AddCallback) in all versions , Is there any other way to achieve the same function so that users can insert custom lwjgl or OpenGL processes (including 3d rendering) in the rendering process?

xk-12 avatar Mar 07 '25 15:03 xk-12

I also want to know

juliangerhards avatar Apr 23 '25 17:04 juliangerhards