MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ClearFlags

Method ClearFlags

KBotExt/imgui/imgui_internal.h:1186–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184
1185 ImGuiNextItemData() { memset(this, 0, sizeof(*this)); }
1186 inline void ClearFlags() { Flags = ImGuiNextItemDataFlags_None; ItemFlags = ImGuiItemFlags_None; } // Also cleared manually by ItemAdd()!
1187};
1188
1189// Status storage for the last submitted item

Callers 10

BeginMethod · 0.45
BeginPopupExMethod · 0.45
BeginPopupMethod · 0.45
BeginPopupModalMethod · 0.45
BeginComboMethod · 0.45
BeginComboPopupMethod · 0.45
ColorEdit4Method · 0.45
ColorPicker4Method · 0.45
BeginListBoxMethod · 0.45
BeginMenuExMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected