接口 JImSliderFlags
public interface JImSliderFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intClamp+value+to+min%7Cmax+bounds+when+input+manually+with+CTRL%2BClick.static int%5BInternal%5D+We+treat+using+those+bits+as+being+potentially+a+%27float+power%27+argument+from+the+previous+API+that+has+got+miscast+to+this+enum%2C+and+will+trigger+an+assert+if+needed.static intMake+the+widget+logarithmic+%28linear+otherwise%29.static intDisable+CTRL%2BClick+or+Enter+key+allowing+to+input+text+directly+into+the+widgetstatic intstatic intDisable+rounding+underlying+value+to+match+precision+of+the+display+format+string+%28e.g.+%25.3f+values+are+rounded+to+those+3+digits%29
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
AlwaysClamp
static final int AlwaysClampClamp+value+to+min%7Cmax+bounds+when+input+manually+with+CTRL%2BClick.+By+default+CTRL%2BClick+allows+going+out+of+bounds.- 另请参阅:
- 常量字段值
-
Logarithmic
static final int LogarithmicMake+the+widget+logarithmic+%28linear+otherwise%29.+Consider+using+ImGuiSliderFlags_NoRoundToFormat+with+this+if+using+a+format-string+with+small+amount+of+digits.- 另请参阅:
- 常量字段值
-
NoRoundToFormat
static final int NoRoundToFormatDisable+rounding+underlying+value+to+match+precision+of+the+display+format+string+%28e.g.+%25.3f+values+are+rounded+to+those+3+digits%29- 另请参阅:
- 常量字段值
-
NoInput
static final int NoInputDisable+CTRL%2BClick+or+Enter+key+allowing+to+input+text+directly+into+the+widget- 另请参阅:
- 常量字段值
-
InvalidMask_
static final int InvalidMask_%5BInternal%5D+We+treat+using+those+bits+as+being+potentially+a+%27float+power%27+argument+from+the+previous+API+that+has+got+miscast+to+this+enum%2C+and+will+trigger+an+assert+if+needed.- 另请参阅:
- 常量字段值
-