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

Method textWrapped

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

Shortcut for PushTextWrapPos(0.0f); Text(fmt, ...); PopTextWrapPos();. Note that this won't work on an auto-resizing window if there's no other widgets to extend the window width, yoy may need to set a size using SetNextWindowSize().

(final String text)

Source from the content-addressed store, hash-verified

2974 * yoy may need to set a size using SetNextWindowSize().
2975 */
2976 public static void textWrapped(final String text) {
2977 nTextWrapped(text);
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);

Callers 1

showMethod · 0.95

Calls 1

nTextWrappedMethod · 0.95

Tested by

no test coverage detected