We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb381e9 commit c71ed6fCopy full SHA for c71ed6f
imgui-binding/src/main/java/imgui/extension/imnodes/ImNodes.java
@@ -440,6 +440,11 @@ public static boolean isLinkDestroyed(final ImInt linkId) {
440
ImNodes::EditorContextResetPanning(ImVec2(x, y));
441
*/
442
443
+ public static native void editorContextGetPanning(ImVec2 result); /*
444
+ ImVec2 dst = ImNodes::EditorContextGetPanning();
445
+ Jni::ImVec2Cpy(env, &dst, result);
446
+ */
447
+
448
public static native void editorMoveToNode(int node); /*
449
ImNodes::EditorContextMoveToNode(node);
450
0 commit comments