Fix bugs+move widget

This commit is contained in:
cropinghigh
2020-12-27 00:56:39 +03:00
parent 04823abb83
commit b370eda0d5
5 changed files with 33 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
#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");
}