| 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 |
no outgoing calls
no test coverage detected