(String obj_label, boolean active)
| 3225 | } |
| 3226 | |
| 3227 | private static native boolean nRadioButton(String obj_label, boolean active); /*MANUAL |
| 3228 | auto label = obj_label == NULL ? NULL : (char*)env->GetStringUTFChars(obj_label, JNI_FALSE); |
| 3229 | auto _result = ImGui::RadioButton(label, active); |
| 3230 | if (label != NULL) env->ReleaseStringUTFChars(obj_label, label); |