MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / Draw

Method Draw

lib/imgui/imgui.cpp:1974–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1972}
1973
1974bool ImGuiTextFilter::Draw(const char* label, float width)
1975{
1976 if (width != 0.0f)
1977 ImGui::SetNextItemWidth(width);
1978 bool value_changed = ImGui::InputText(label, InputBuf, IM_ARRAYSIZE(InputBuf));
1979 if (value_changed)
1980 Build();
1981 return value_changed;
1982}
1983
1984void ImGuiTextFilter::ImGuiTextRange::split(char separator, ImVector<ImGuiTextRange>* out) const
1985{

Callers 5

ShowDemoWindowMiscFunction · 0.80
ShowStyleEditorMethod · 0.80
DrawFunction · 0.80
ShowExampleAppConsoleFunction · 0.80
ShowExampleAppLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected