getValue()
Return the rotary's current value.
Parameters
Once an object rotary has been created, you can use the following function:
rotary.getValue()
Returns
return value
| Value | Type | Description |
|---|---|---|
| value | int |
The control's current value. |
Return the rotary's current value.
Once an object rotary has been created, you can use the following function:
rotary.getValue()
return value
| Value | Type | Description |
|---|---|---|
| value | int |
The control's current value. |