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

Function SliderInt

Source/GUI/ImGuiBinding.cpp:801–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801bool SliderInt(const char* label, int* v, int v_min, int v_max, const char* format, Slice* flags, int flagCount) {
802 return ImGui::SliderInt(label, v, v_min, v_max, format, SliderFlags(flags, flagCount));
803}
804
805bool SliderInt2(const char* label, int* v1, int* v2, int v_min, int v_max, const char* display_format, Slice* flags, int flagCount) {
806 int ints[2] = {*v1, *v2};

Callers 15

LogButtonsMethod · 0.85
DemoWindowWidgetsBasicFunction · 0.85
DemoWindowLayoutFunction · 0.85
DemoWindowTablesFunction · 0.85
DemoWindowInputsFunction · 0.85
ShowExampleAppAutoResizeFunction · 0.85
DrawMethod · 0.85
Demo_BarGroupsFunction · 0.85

Calls 4

SliderFlagsFunction · 0.85
popMethod · 0.65
pushMethod · 0.65
c_strMethod · 0.45

Tested by

no test coverage detected