|
GUI Control which displays a numerical value which can be increased or decreased using a pair of arrows. More...
Public Attributes | |
bool | focusOnMouseWheel |
If true, the control will accept giving focus to the user when the mouse wheel is used. | |
string | format |
Character format type to place in the control. | |
float | increment |
How far to increment the slider on each step. | |
Point2F | range |
Maximum vertical and horizontal range to allow in the control. |
GUI Control which displays a numerical value which can be increased or decreased using a pair of arrows.
new GuiTextEditSliderCtrl() { format = "%3.2f"; range = "-1e+03 1e+03"; increment = "0.1"; focusOnMouseWheel = "0"; //Properties not specific to this control have been omitted from this example. };
If true, the control will accept giving focus to the user when the mouse wheel is used.
Character format type to place in the control.
How far to increment the slider on each step.
Point2F GuiTextEditSliderCtrl::range |
Maximum vertical and horizontal range to allow in the control.