Files
SDRPlusPlus/core/src/gui/widgets/stepped_slider.h
2020-12-27 00:56:39 +03:00

6 lines
171 B
C++

#pragma once
namespace ImGui {
bool SliderFloatWithSteps(const char* label, float* v, float v_min, float v_max, float v_step, const char* display_format = "%.3f");
}