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

Method InputInt2

include/imgui/imgui_widgets.cpp:3952–3955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3950}
3951
3952bool ImGui::InputInt2(const char* label, int v[2], ImGuiInputTextFlags flags)
3953{
3954 return InputScalarN(label, ImGuiDataType_S32, v, 2, NULL, NULL, "%d", flags);
3955}
3956
3957bool ImGui::InputInt3(const char* label, int v[3], ImGuiInputTextFlags flags)
3958{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected