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

Method InputInt3

imgui_tiny_app/imgui/imgui_widgets.cpp:3944–3947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3942}
3943
3944bool ImGui::InputInt3(const char* label, int v[3], ImGuiInputTextFlags flags)
3945{
3946 return InputScalarN(label, ImGuiDataType_S32, v, 3, NULL, NULL, "%d", flags);
3947}
3948
3949bool ImGui::InputInt4(const char* label, int v[4], ImGuiInputTextFlags flags)
3950{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected