public final class ImGuiSliderFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AlwaysClamp
Clamp value to min/max bounds when input manually with CTRL+Click.
|
static int |
Logarithmic
Make the widget logarithmic (linear otherwise).
|
static int |
NoInput
Disable CTRL+Click or Enter key allowing to input text directly into the widget
|
static int |
None |
static int |
NoRoundToFormat
Disable rounding underlying value to match precision of the display format string (e.g. %.3f values are rounded to those 3 digits).
|
public static final int None
public static final int AlwaysClamp
public static final int Logarithmic
public static final int NoRoundToFormat
public static final int NoInput