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

Function VSliderFloat

Source/GUI/ImGuiBinding.cpp:821–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821bool VSliderFloat(const char* label, const Vec2& size, float* v, float v_min, float v_max, const char* format, Slice* flags, int flagCount) {
822 return ImGui::VSliderFloat(label, size, v, v_min, v_max, format, SliderFlags(flags, flagCount));
823}
824
825bool VSliderInt(const char* label, const Vec2& size, int* v, int v_min, int v_max, const char* format, Slice* flags, int flagCount) {
826 return ImGui::VSliderInt(label, size, v, v_min, v_max, format, SliderFlags(flags, flagCount));

Calls 4

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

Tested by

no test coverage detected