6 lines
206 B
C++
6 lines
206 B
C++
namespace ImGui
|
|
{
|
|
IMGUI_API bool RangeSliderFloat(const char* label, float* v1, float* v2, float v_min, float v_max, const char* display_format = "(%.3f, %.3f)", float power = 1.0f);
|
|
|
|
} // namespace ImGui
|