Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void CrashActivity::loop() {
23
if (mappedInput.isPressed(MappedInputManager::Button::Back)) {
24
finish();
25
}
26
}
27
28
void CrashActivity::render(RenderLock&&) {
29
renderer.clearScreen();
Callers
nothing calls this directly
Calls
1
isPressed
Method · 0.45
Tested by
no test coverage detected