MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / InputInt

Function InputInt

Source/GUI/ImGuiBinding.cpp:777–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777bool InputInt(const char* label, int* v, int step, int step_fast, Slice* flags, int flagCount) {
778 return ImGui::InputInt(label, v, step, step_fast, InputTextFlags(flags, flagCount));
779}
780
781bool InputInt2(const char* label, int* v1, int* v2, Slice* flags, int flagCount) {
782 int ints[2] = {*v1, *v2};

Callers 2

DemoWindowWidgetsBasicFunction · 0.85

Calls 4

InputTextFlagsFunction · 0.85
popMethod · 0.65
pushMethod · 0.65
c_strMethod · 0.45

Tested by

no test coverage detected