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

Function ComboAutoSelect

KBotExt/Misc.h:755–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753#pragma warning( pop )
754
755 static bool ComboAutoSelect(const char* label, ComboAutoSelectData& data, const ImGuiComboFlags flags = 0)
756 {
757 return ComboAutoSelectComplex(label, data.input, sizeof(data.input) - 1, &data.index, data.items, static_cast<int>(data.items.size()), flags);
758 }
759}

Callers 1

RenderMethod · 0.85

Calls 2

ComboAutoSelectComplexFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected