|
float ImGui::RoundScalarWithFormat(const char* format, float value)
|
|
float ImGui::RoundScalarWithFormat(const char* format, float value)
|
|
ImFormatString(buf, IM_ARRAYSIZE(buf), ParseFormatTrimDecorationsLeading(format), value);
|
|
ImFormatString(buf, IM_ARRAYSIZE(buf), ParseFormatTrimDecorationsLeading(format), value);
|