(String 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); |
| 2982 | ImGui::TextWrapped(text, NULL); |
| 2983 | if (text != NULL) env->ReleaseStringUTFChars(obj_text, text); |