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

Method InputInt2

include/imgui/imgui_widgets.cpp:3932–3935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3930}
3931
3932bool ImGui::InputInt2(const char* label, int v[2], ImGuiInputTextFlags flags)
3933{
3934 return InputScalarN(label, ImGuiDataType_S32, v, 2, NULL, NULL, "%d", flags);
3935}
3936
3937bool ImGui::InputInt3(const char* label, int v[3], ImGuiInputTextFlags flags)
3938{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected