MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / nRadioButton

Method nRadioButton

imgui-binding/src/generated/java/imgui/ImGui.java:3227–3227  ·  view source on GitHub ↗
(String obj_label, boolean active)

Source from the content-addressed store, hash-verified

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);

Callers 1

radioButtonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected