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

Function PiuScroller_scrollBy

modules/piu/All/piuScroller.c:565–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void PiuScroller_scrollBy(xsMachine* the)
566{
567 PiuScroller* self = PIU(Scroller, xsThis);
568 PiuCoordinate x = xsToPiuCoordinate(xsArg(0));
569 PiuCoordinate y = xsToPiuCoordinate(xsArg(1));
570 PiuScrollerScrollBy(self, x, y);
571}
572
573void PiuScroller_scrollTo(xsMachine* the)
574{

Callers

nothing calls this directly

Calls 1

PiuScrollerScrollByFunction · 0.85

Tested by

no test coverage detected