MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / doDraw

Method doDraw

common/Screen.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#elif defined(__SWITCH__)
48
49void Screen::doDraw() const
50{
51 draw();
52 if (currentOverlay) {
53 currentOverlay->draw();
54 }
55}
56
57#endif
58

Callers 1

mainFunction · 0.80

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected