VCV Rack API v2
Loading...
Searching...
No Matches
MenuSeparator.hpp
Go to the documentation of this file.
1#pragma once
2#include <ui/common.hpp>
3#include <ui/MenuEntry.hpp>
4
5
6namespace rack {
7namespace ui {
8
9
12 void draw(const DrawArgs& args) override;
13};
14
15
16} // namespace ui
17} // namespace rack
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition MenuEntry.hpp:10
Definition MenuSeparator.hpp:10
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
Definition Widget.hpp:141