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