This repository was archived by the owner on Dec 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
changeSliderValue()
Mammad900 edited this page Aug 31, 2020
·
1 revision
Changes the value of a slider
- Page(
int) : The number of the page that contains the slider - Index (
int) : The index of the slider relative to it's page - Value (
int) : The new value - changeOther (
bool) optional: Iffalse, the new value will be constrained to min & max if it is out of range. Iftrue, min & max will be changed so the new value fits in them. Default:false
The constrained value (if it is)
If the new value is out of range, this function may do different things depending on what changeOther (parameter) is.
If it is false, the new value will be constraint to min&max if it is out of range. If it is true, min&max will be changed so new value fits in them. Default: false