(String label, boolean active)
| 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; |
no test coverage detected