MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / nTextLinkOpenURL

Method nTextLinkOpenURL

imgui-binding/src/generated/java/imgui/ImGui.java:3044–3044  ·  view source on GitHub ↗
(String obj_label)

Source from the content-addressed store, hash-verified

3042 }
3043
3044 private static native boolean nTextLinkOpenURL(String obj_label); /*MANUAL
3045 auto label = obj_label == NULL ? NULL : (char*)env->GetStringUTFChars(obj_label, JNI_FALSE);
3046 auto _result = ImGui::TextLinkOpenURL(label);
3047 if (label != NULL) env->ReleaseStringUTFChars(obj_label, label);

Callers 1

textLinkOpenURLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected