MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuContent_focus

Function PiuContent_focus

modules/piu/All/piuContent.c:1433–1439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1431}
1432
1433void PiuContent_focus(xsMachine *the)
1434{
1435 PiuContent* self = PIU(Content, xsThis);
1436 if ((*self)->application) {
1437 PiuApplicationSetFocus((*self)->application, self);
1438 }
1439}
1440
1441void PiuContent_hit(xsMachine *the)
1442{

Callers

nothing calls this directly

Calls 1

PiuApplicationSetFocusFunction · 0.85

Tested by

no test coverage detected