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

Method InputInt2

imgui_tiny_app/imgui/imgui_widgets.cpp:3939–3942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3937}
3938
3939bool ImGui::InputInt2(const char* label, int v[2], ImGuiInputTextFlags flags)
3940{
3941 return InputScalarN(label, ImGuiDataType_S32, v, 2, NULL, NULL, "%d", flags);
3942}
3943
3944bool ImGui::InputInt3(const char* label, int v[3], ImGuiInputTextFlags flags)
3945{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected