MCPcopy Create free account
hub / github.com/VCVRack/Rack / onDirty

Method onDirty

src/widget/FramebufferWidget.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306
307void FramebufferWidget::onDirty(const DirtyEvent& e) {
308 setDirty();
309 Widget::onDirty(e);
310}
311
312
313void FramebufferWidget::onContextCreate(const ContextCreateEvent& e) {

Callers 2

handleDirtyMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected