MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / nTextWrapped

Method nTextWrapped

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

Source from the content-addressed store, hash-verified

2978 }
2979
2980 private static native void nTextWrapped(String text); /*MANUAL
2981 auto text = obj_text == NULL ? NULL : (char*)env->GetStringUTFChars(obj_text, JNI_FALSE);
2982 ImGui::TextWrapped(text, NULL);
2983 if (text != NULL) env->ReleaseStringUTFChars(obj_text, text);

Callers 1

textWrappedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected