Method
nCheckboxFlags
(String obj_label, int[] obj_flags, int flagsValue)
Source from the content-addressed store, hash-verified
| 3209 | } |
| 3210 | |
| 3211 | private static native boolean nCheckboxFlags(String obj_label, int[] obj_flags, int flagsValue); /*MANUAL |
| 3212 | auto label = obj_label == NULL ? NULL : (char*)env->GetStringUTFChars(obj_label, JNI_FALSE); |
| 3213 | auto flags = obj_flags == NULL ? NULL : (int*)env->GetPrimitiveArrayCritical(obj_flags, JNI_FALSE); |
| 3214 | auto _result = ImGui::CheckboxFlags(label, (flags != NULL ? &flags[0] : NULL), flagsValue); |
Tested by
no test coverage detected