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

Method checkbox

imgui-binding/src/main/java/imgui/ImGui.java:1106–1108  ·  view source on GitHub ↗
(String label, boolean active)

Source from the content-addressed store, hash-verified

1104 public static native boolean ArrowButton(String strId, @ArgValue(staticCast = "ImGuiDir") int dir);
1105
1106 public static boolean checkbox(String label, boolean active) {
1107 return nCheckbox(label, active);
1108 }
1109
1110 private static native boolean nCheckbox(String label, boolean active); /*
1111 bool flag = (bool)active;

Callers 4

editTransformMethod · 0.95
showMethod · 0.95
showMethod · 0.95
showMethod · 0.95

Calls 1

nCheckboxMethod · 0.95

Tested by

no test coverage detected