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

Method active

lib/FirePlugin/src/FirePlugin.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void FirePlugin::active(YAGfx& gfx)
86{
87 /* Clear display */
88 gfx.fillScreen(ColorDef::BLACK);
89}
90
91void FirePlugin::inactive()
92{

Callers

nothing calls this directly

Calls 1

fillScreenMethod · 0.80

Tested by

no test coverage detected