ImGui: Slider Missing Flags

I haven’t check in prior versions, now I am using 7.0-0162

Noticed that I am missing bitwise operators for Slider widgets “ImGuiSliderFlags”, I guess this must be fairly simple by exposing them from the ImGui lib.

Realized this in my effort to have both AlwaysClamp and Logarithmic on the same widget.

Hi Nissidis,

The ImGuiSliderFlags is now forwarded, the bitwise operators should be available for these Flags in previews >= 7.0-241.

Best,
Anton

3 Likes

@robotanton Amazing, thanks!