MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / Draw

Method Draw

extern/imgui/imgui.cpp:2448–2456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2446}
2447
2448bool ImGuiTextFilter::Draw(const char* label, float width)
2449{
2450 if (width != 0.0f)
2451 ImGui::SetNextItemWidth(width);
2452 bool value_changed = ImGui::InputText(label, InputBuf, IM_ARRAYSIZE(InputBuf));
2453 if (value_changed)
2454 Build();
2455 return value_changed;
2456}
2457
2458void ImGuiTextFilter::ImGuiTextRange::split(char separator, ImVector<ImGuiTextRange>* out) const
2459{

Callers 5

ShowDemoWindowWidgetsFunction · 0.80
ShowStyleEditorMethod · 0.80
DrawFunction · 0.80
ShowExampleAppConsoleFunction · 0.80
ShowExampleAppLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected