MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / InputFloat3

Method InputFloat3

imgui_tiny_app/imgui/imgui_widgets.cpp:3922–3925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3920}
3921
3922bool ImGui::InputFloat3(const char* label, float v[3], const char* format, ImGuiInputTextFlags flags)
3923{
3924 return InputScalarN(label, ImGuiDataType_Float, v, 3, NULL, NULL, format, flags);
3925}
3926
3927bool ImGui::InputFloat4(const char* label, float v[4], const char* format, ImGuiInputTextFlags flags)
3928{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected