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

Method InputFloat4

imgui_tiny_app/imgui/imgui_widgets.cpp:3927–3930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3925}
3926
3927bool ImGui::InputFloat4(const char* label, float v[4], const char* format, ImGuiInputTextFlags flags)
3928{
3929 return InputScalarN(label, ImGuiDataType_Float, v, 4, NULL, NULL, format, flags);
3930}
3931
3932bool ImGui::InputInt(const char* label, int* v, int step, int step_fast, ImGuiInputTextFlags flags)
3933{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected