openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Implement UI slider flags #411

Closed ezio416 closed 8 months ago

ezio416 commented 8 months ago

Would be nice to have Imgui's flags for sliders (https://oprypin.github.io/crystal-imgui/ImGui/ImGuiSliderFlags.html)

I tried looking through the official Dear Imgui wiki, but it's kind of a mess. These flags are mentioned in some issues but I didn't find a full list of them except on other sites. I'm assuming they are all there, just not implemented for Openplanet's UI.

Phlarx commented 8 months ago

The "official list" is here: https://github.com/ocornut/imgui/blob/240ab5890b2e8da294937a1710b021ac3f271472/imgui.h#L1633-L1647

(in my experience, that header file is the documentation)

ezio416 commented 8 months ago

Nice thank you, I was definitely having trouble finding that