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

Function PiuViewReschedule

modules/piu/MC/piuView.c:1005–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1003}
1004
1005void PiuViewReschedule(PiuView* self)
1006{
1007 if (!((*self)->updating)) {
1008 PiuViewIdleCheck(self, 1);
1009 (*self)->updating = 1;
1010 }
1011}
1012
1013#ifndef mxPiuSloMo
1014 #define mxPiuSloMo 0

Callers 5

PiuApplicationTouchBeganFunction · 0.50
PiuApplicationTouchEndedFunction · 0.50
PiuContent_deferFunction · 0.50

Calls 1

PiuViewIdleCheckFunction · 0.70

Tested by

no test coverage detected