Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/averne/Fizeau
/ loop
Function
loop
application/src/gfx.cpp:290–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
bool loop() {
291
if (!appletMainLoop())
292
return false;
293
294
auto down = im::nx::newFrame();
295
im::NewFrame();
296
297
return !(down & HidNpadButton_Plus);
298
}
299
300
int dequeue() {
301
auto &io = im::GetIO();
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected