MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / loop

Method loop

src/activities/home/CrashActivity.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void CrashActivity::loop() {
23 if (mappedInput.isPressed(MappedInputManager::Button::Back)) {
24 finish();
25 }
26}
27
28void CrashActivity::render(RenderLock&&) {
29 renderer.clearScreen();

Callers

nothing calls this directly

Calls 1

isPressedMethod · 0.45

Tested by

no test coverage detected