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

Method checkboxFlags

imgui-binding/src/generated/java/imgui/ImGui.java:3207–3209  ·  view source on GitHub ↗
(final String label, final ImInt flags, final int flagsValue)

Source from the content-addressed store, hash-verified

3205 */
3206
3207 public static boolean checkboxFlags(final String label, final ImInt flags, final int flagsValue) {
3208 return nCheckboxFlags(label, flags != null ? flags.getData() : null, flagsValue);
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);

Callers

nothing calls this directly

Calls 2

nCheckboxFlagsMethod · 0.95
getDataMethod · 0.65

Tested by

no test coverage detected