"sliderDown"

This property shows whether the slider is currently pressed down by the mouse.

Synopsis

shape.sliderDown(bool state);

Parameters

Parameter Description
limit Upper limit of the value range.

Description

This property shows whether the slider is currently pressed down by the mouse.

Example

main()
{
  this.sliderDown();
}

Assignment

Slider