Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ doUpdate
Method
doUpdate
common/Screen.cpp:59–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
#endif
58
59
void Screen::doUpdate(const InputState& input)
60
{
61
if (currentOverlay) {
62
currentOverlay->update(input);
63
}
64
else {
65
update(input);
66
}
67
}
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
2
update
Function · 0.85
update
Method · 0.45
Tested by
no test coverage detected