void set_state(bool state);
Changes the current button state. If state is true, the button will beup, otherwise down.
Back to index