pthom / imgui_bundle

Dear ImGui Bundle: an extensive set of Ready-to-use widgets and libraries, based on ImGui. Start your first app in 5 lines of code, or less. Whether you prefer Python or C++, this pack has your back!
https://pthom.github.io/imgui_bundle/
MIT License
590 stars 62 forks source link

update manual pybind function name for imgui backends #203

Closed hugle closed 2 months ago

hugle commented 2 months ago

Update pybind11 function name:

Define ImGui_ImplGlfw_WindowFocusCallback to glfw_window_focus_callback.

pthom commented 2 months ago

Oops, thanks!