enum ImGui::ImGuiSliderFlags

Defined in:

types.cr

Enum Members

None = 0
AlwaysClamp = 16
Logarithmic = 32
NoRoundToFormat = 64
NoInput = 128
InvalidMask_ = 1879048207

Instance Method Summary

Instance Method Detail

def always_clamp? #

[View source]
def invalid_mask_? #

[View source]
def logarithmic? #

[View source]
def no_input? #

[View source]
def no_round_to_format? #

[View source]
def none? #

[View source]