Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ doDrawTop
Method
doDrawTop
common/Screen.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
#if defined(__3DS__)
31
32
void Screen::doDrawTop() const
33
{
34
drawTop();
35
if (currentOverlay) {
36
currentOverlay->drawTop();
37
}
38
}
39
40
void Screen::doDrawBottom() const
41
{
Callers
1
main
Function · 0.80
Calls
1
drawTop
Method · 0.45
Tested by
no test coverage detected