|
- #include "ui/ChoiceButton.hpp"
-
-
- namespace rack {
- namespace ui {
-
-
- void ChoiceButton::draw(const DrawArgs &args) {
- bndChoiceButton(args.vg, 0.0, 0.0, box.size.x, box.size.y, BND_CORNER_NONE, state, -1, text.c_str());
- }
-
-
- } // namespace ui
- } // namespace rack
|