| 89 | *****************************************************************************/ |
| 90 | |
| 91 | void MatrixPlugin::active(YAGfx& gfx) |
| 92 | { |
| 93 | /* Clear display */ |
| 94 | gfx.fillScreen(ColorDef::BLACK); |
| 95 | } |
| 96 | |
| 97 | void MatrixPlugin::inactive() |
| 98 | { |
nothing calls this directly
no test coverage detected