controlP5 / Slider / setSliderMode( )

name
setSliderMode ( )
description
use the slider mode to set the mode of the slider bar, which can be Slider.FLEXIBLE or Slider.FIX 
Syntax
setSliderMode(theMode);
parameters
theModeint 


Returns
None
Usage
Web & Application
Related