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

Method text

imgui-binding/src/generated/java/imgui/ImGui.java:2913–2915  ·  view source on GitHub ↗

Formatted text

(final String text)

Source from the content-addressed store, hash-verified

2911 * Formatted text
2912 */
2913 public static void text(final String text) {
2914 nText(text);
2915 }
2916
2917 private static native void nText(String text); /*MANUAL
2918 auto text = obj_text == NULL ? NULL : (char*)env->GetStringUTFChars(obj_text, JNI_FALSE);

Callers 14

showMethod · 0.95
setupPayloadMethod · 0.95
showMethod · 0.95
showMethod · 0.95
processMethod · 0.95
showMethod · 0.95
showMethod · 0.95
processMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95

Calls 1

nTextMethod · 0.95

Tested by

no test coverage detected