MCPcopy Create free account
hub / github.com/Wemino/EchoPatch / InputFloat4

Method InputFloat4

include/imgui/imgui_widgets.cpp:3920–3923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3918}
3919
3920bool ImGui::InputFloat4(const char* label, float v[4], const char* format, ImGuiInputTextFlags flags)
3921{
3922 return InputScalarN(label, ImGuiDataType_Float, v, 4, NULL, NULL, format, flags);
3923}
3924
3925bool ImGui::InputInt(const char* label, int* v, int step, int step_fast, ImGuiInputTextFlags flags)
3926{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected