-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DragFloat/Double with min/max and power #1823
Comments
Hello, Previously the power curve was incorrectly computed for I'm not sure what to say. It is a regression but allowing it may be tricky. If you use power curves you need a range like SliderFloat. I'll have to see if it affects many users.. |
ok thanks |
@Ghost-yc we have now made changes to add a While it is a little akward, logarithmic drag and sliders cannot be used without bounds, you can however use, e.g.
|
Hi! When i use dragfloat function with
ImGui::DragFloat3("Position", pos.data, .1f, -FLT_MAX, FLT_MAX, "%.1f", 1.25f)
mouse gently move the value changed huge
imgui version: v1.61
The text was updated successfully, but these errors were encountered: