Struct ButtonGroup

Group of Buttons.

struct ButtonGroup ;

Group of Button. All direct and indirect children buttons become radios. Only one allows being pressed. BaseButton.toggleMode should be true.

Methods

NameDescription
getButtons Returns an Array of Buttons who have this as their ButtonGroup (see BaseButton.group).
getPressedButton Returns the current pressed button.