MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / paint

Method paint

NeuralNote/Source/Components/NeuralNoteMainView.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void NeuralNoteMainView::paint(Graphics& g)
272{
273 g.drawImageAt(mBackgroundImage, 0, 0);
274}
275
276void NeuralNoteMainView::timerCallback()
277{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected