SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
551 stars 90 forks source link

Bug: ImPlot#dragPoint binding is wrong implemented #181

Open FlorianMichael opened 1 year ago

FlorianMichael commented 1 year ago

Version

1.86.4

What happened?

ImPlot#dragPoint has as x and y parameters primitives, which means that the method does not change the input fields anymore, but it should, so that you can get the new coordinates, which means that you cannot use the dragPoint properly at the moment.

Reproduction

Just use the dragPoint method in an valid Plot context

Relevant log output

No response