MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / Draw

Method Draw

ImGUI GLFW Tutorial/imgui/imgui.cpp:2035–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033}
2034
2035bool ImGuiTextFilter::Draw(const char* label, float width)
2036{
2037 if (width != 0.0f)
2038 ImGui::SetNextItemWidth(width);
2039 bool value_changed = ImGui::InputText(label, InputBuf, IM_ARRAYSIZE(InputBuf));
2040 if (value_changed)
2041 Build();
2042 return value_changed;
2043}
2044
2045void ImGuiTextFilter::ImGuiTextRange::split(char separator, ImVector<ImGuiTextRange>* out) const
2046{

Callers 5

ShowDemoWindowMiscFunction · 0.45
ShowStyleEditorMethod · 0.45
DrawFunction · 0.45
ShowExampleAppConsoleFunction · 0.45
ShowExampleAppLogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected