VCV Rack API v2
Loading...
Searching...
No Matches
Tooltip.hpp
Go to the documentation of this file.
1#pragma once
2#include <widget/Widget.hpp>
3#include <ui/common.hpp>
4
5
6namespace rack {
7namespace ui {
8
9
11 std::string text;
12
13 void step() override;
14 void draw(const DrawArgs& args) override;
15};
16
17
18} // namespace ui
19} // namespace rack
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition Tooltip.hpp:10
std::string text
Definition Tooltip.hpp:11
void step() override
Advances the module by one frame.
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
Definition Widget.hpp:141
A node in the 2D scene graph.
Definition Widget.hpp:21