MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / active

Method active

lib/DDPPlugin/src/DDPPlugin.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void DDPPlugin::active(YAGfx& gfx)
102{
103 /* Clear display */
104 gfx.fillScreen(ColorDef::BLACK);
105
106 m_server.resume();
107}
108
109void DDPPlugin::inactive()
110{

Callers 1

processMethod · 0.45

Calls 2

fillScreenMethod · 0.80
resumeMethod · 0.80

Tested by

no test coverage detected