You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something is missing! I think the return types of all of these getters are supposed to be numeric instead of void. I am not sure if the value is returned in subpixel floating point or pixel based integer, but if i had to guess the positions are represented as integers.
Here is the code that I think needs to change to return integer instead of void:
imgui-java/imgui-binding/src/generated/java/imgui/extension/imnodes /ImNodes.java
Version
1.87.5
What part of the binding has gaps?
ImNodes
What is missing?
Something is missing! I think the return types of all of these getters are supposed to be numeric instead of void. I am not sure if the value is returned in subpixel floating point or pixel based integer, but if i had to guess the positions are represented as integers.
Here is the code that I think needs to change to return integer instead of void:
imgui-java/imgui-binding/src/generated/java/imgui/extension/imnodes /ImNodes.java
Lines 555 - 577
The text was updated successfully, but these errors were encountered: