MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / LBackend_SetScreen

Function LBackend_SetScreen

src/LBackend_Android.c:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void LBackend_SetScreen(struct LScreen* s) {
587 for (int i = 0; i < s->numWidgets; i++)
588 {
589 ShowWidget(s->widgets[i]);
590 }
591}
592
593void LBackend_CloseScreen(struct LScreen* s) {
594 // stop referencing widgets

Callers

nothing calls this directly

Calls 1

ShowWidgetFunction · 0.85

Tested by

no test coverage detected