Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition LedDisplay.hpp:22
void drawLayer(const DrawArgs &args, int layer) override
Draw additional layers.
math::Vec textOffset
Definition LedDisplay.hpp:25
NVGcolor bgColor
Definition LedDisplay.hpp:27
void onButton(const ButtonEvent &e) override
std::string fontPath
Definition LedDisplay.hpp:24
NVGcolor color
Definition LedDisplay.hpp:26
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
std::string text
Definition LedDisplay.hpp:23
Definition LedDisplay.hpp:17
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
Definition LedDisplay.hpp:34
int getTextPosition(math::Vec mousePos) override
math::Vec textOffset
Definition LedDisplay.hpp:36
NVGcolor color
Definition LedDisplay.hpp:37
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
NVGcolor bgColor
Definition LedDisplay.hpp:38
std::string fontPath
Definition LedDisplay.hpp:35
void drawLayer(const DrawArgs &args, int layer) override
Draw additional layers.
Definition LedDisplay.hpp:12
void drawLayer(const DrawArgs &args, int layer) override
Draw additional layers.
void draw(const DrawArgs &args) override
Draws the widget to the NanoVG context.
2-dimensional vector of floats, representing a point on the plane for graphics.
Definition math.hpp:189
Definition TextField.hpp:11