MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / CheckboxFlags

Method CheckboxFlags

include/imgui/imgui_widgets.cpp:1344–1347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342}
1343
1344bool ImGui::CheckboxFlags(const char* label, int* flags, int flags_value)
1345{
1346 return CheckboxFlagsT(label, flags, flags_value);
1347}
1348
1349bool ImGui::CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value)
1350{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected