| 1342 | } |
| 1343 | |
| 1344 | bool ImGui::CheckboxFlags(const char* label, int* flags, int flags_value) |
| 1345 | { |
| 1346 | return CheckboxFlagsT(label, flags, flags_value); |
| 1347 | } |
| 1348 | |
| 1349 | bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) |
| 1350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected