"wrapsAround "

Specifies that when the minimum of a thumb wheel is reached, the thumb wheel starts from the maximum.

Synopsis

shape.wrapsAround(bool mode);

Parameter

Parameter Description
shape Name of the object
mode

TRUE = Specifies that when the minimum of a thumb wheel is reached, the thumb wheel starts from the maximum.

FALSE = Specifies that when the minimum of a thumb wheel is reached, the thumb wheel does not start from the maximum.

Description

Specifies that when the minimum of a thumb wheel is reached, the thumb wheel starts from the maximum.

Example

Sets the wrapAround to TRUE.

main(bool enter)
{
  THUMB_WHEEL1.wrapsAround(FALSE);
}

Assignment

Thumb wheel