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

Method InputFloat2

include/imgui/imgui_widgets.cpp:3910–3913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3908}
3909
3910bool ImGui::InputFloat2(const char* label, float v[2], const char* format, ImGuiInputTextFlags flags)
3911{
3912 return InputScalarN(label, ImGuiDataType_Float, v, 2, NULL, NULL, format, flags);
3913}
3914
3915bool ImGui::InputFloat3(const char* label, float v[3], const char* format, ImGuiInputTextFlags flags)
3916{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected