MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / paint

Method paint

Source/gui/LFOSelectorComponent.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void LFOSelectorComponent::paint(Graphics &g) {
109 g.drawImageAt(UIAssetManager::getInstance()->getUIAsset(UIAssets::Indices::screen_up_down_13x4_R, ConfigFileManager::getInstance().getOptionGuiScale()), 0, 0);
110}
111
112void LFOSelectorComponent::resized() {
113

Callers

nothing calls this directly

Calls 2

getUIAssetMethod · 0.80
getOptionGuiScaleMethod · 0.80

Tested by

no test coverage detected