Struct ButtonGroup
Group of Buttons.
struct ButtonGroup
;
Group of Button
. All direct and indirect children buttons become radios. Only one allows being pressed.
BaseButton
should be true
.
Methods
Name | Description |
---|---|
getButtons
|
Returns an Array of Button s who have this as their ButtonGroup (see BaseButton ).
|
getPressedButton
|
Returns the current pressed button. |