MCPcopy 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
59void Screen::doUpdate(const InputState& input)
60{
61 if (currentOverlay) {
62 currentOverlay->update(input);
63 }
64 else {
65 update(input);
66 }
67}

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 2

updateFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected