MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / InputInt4

Method InputInt4

include/imgui/imgui_widgets.cpp:3962–3965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3960}
3961
3962bool ImGui::InputInt4(const char* label, int v[4], ImGuiInputTextFlags flags)
3963{
3964 return InputScalarN(label, ImGuiDataType_S32, v, 4, NULL, NULL, "%d", flags);
3965}
3966
3967bool ImGui::InputDouble(const char* label, double* v, double step, double step_fast, const char* format, ImGuiInputTextFlags flags)
3968{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected