(String obj_title)
| 582 | } |
| 583 | |
| 584 | private static native boolean nBegin(String obj_title); /*MANUAL |
| 585 | auto title = obj_title == NULL ? NULL : (char*)env->GetStringUTFChars(obj_title, JNI_FALSE); |
| 586 | auto _result = ImGui::Begin(title); |
| 587 | if (title != NULL) env->ReleaseStringUTFChars(obj_title, title); |