epezent / implot

Immediate Mode Plotting
MIT License
4.65k stars 517 forks source link

The "drag Points and drag lines" are not draggable in the demo window. #387

Closed zhengzh closed 2 years ago

zhengzh commented 2 years ago

drag_points

I run the demo with the newest imgui libray and implot libray, everything is working fine except the draggable points and draggable lines and draggable rectangles. They are not draggable, Please help!

epezent commented 2 years ago

Hi! I'm not seeing this issue using the latest master branches: ImGui 1.89 (18808) and ImPlot 0.14. Can you confirm you are on the latest? Note we did see this issue a few months ago, but it was fixed in #355. Probably you are using an ImPlot release where the fix hasn't been applied.

zhengzh commented 2 years ago

@epezent Thanks for your responds! Sorry, my mistake, I use vcpkg to intall the libraries (imgui |Version: 1.87, implot |Version: 0.13), which are not the latest.