(String obj_label)
| 3042 | } |
| 3043 | |
| 3044 | private static native boolean nTextLinkOpenURL(String obj_label); /*MANUAL |
| 3045 | auto label = obj_label == NULL ? NULL : (char*)env->GetStringUTFChars(obj_label, JNI_FALSE); |
| 3046 | auto _result = ImGui::TextLinkOpenURL(label); |
| 3047 | if (label != NULL) env->ReleaseStringUTFChars(obj_label, label); |