Version/Branch of Dear ImGui:
Version: 1.89.9
Branch: master
My Issue/Question:
Is there any way to make a slider without any text? I was looking through the backends and there wasn't any flag for this. I don't know if this is added already or if it isnt a feature in Dear ImGui yet.
Maybe something like this could work?
ImGui::SliderFloat("Labelless slider", &x, 0, 1, "%.3f", ImGuiSliderFlags_NoLabel)
Version/Branch of Dear ImGui:
Version: 1.89.9
Branch: master
My Issue/Question:
Is there any way to make a slider without any text? I was looking through the backends and there wasn't any flag for this. I don't know if this is added already or if it isnt a feature in Dear ImGui yet.
Maybe something like this could work?