VCV Rack API v2
Loading...
Searching...
No Matches
ChoiceButton.hpp
Go to the documentation of this file.
1#pragma once
2#include <ui/common.hpp>
3#include <ui/Button.hpp>
4
5
6namespace rack {
7namespace ui {
8
9
13 void draw(const DrawArgs& args) override;
14};
15
16
17} // namespace ui
18} // namespace rack
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
A clickable button with text.
Definition Button.hpp:18
Button with a dropdown icon on its right.
Definition ChoiceButton.hpp:12
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
Definition Widget.hpp:141