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
592 stars 63 forks source link

Add fix for scroll and drag #158

Closed jc211 closed 6 months ago

jc211 commented 6 months ago

Fix for: Scroll was causing an assert error and windows could not be dragged because dragging was not implemented

pthom commented 6 months ago

Perfect, thanks!