"invertedControls"
Defines if the key and wheel events of the slider shall be inverted.
Synopsis
shape.invertedControls(bool inverted);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
inverted |
TRUE = operation is inverted FALSE = operation is normal (default) |
Description
Defines if the key and wheel events of the slider shall be inverted.
Example
The following example inverts the slider events.
main()
{
Slider1.invertedControls(1);
}
Assignment
Slider