(String obj_strId)
| 677 | } |
| 678 | |
| 679 | private static native boolean nBeginChild(String obj_strId); /*MANUAL |
| 680 | auto strId = obj_strId == NULL ? NULL : (char*)env->GetStringUTFChars(obj_strId, JNI_FALSE); |
| 681 | auto _result = ImGui::BeginChild(strId); |
| 682 | if (strId != NULL) env->ReleaseStringUTFChars(obj_strId, strId); |