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

Function PiuScrollerDictionary

modules/piu/All/piuScroller.c:161–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void PiuScrollerDictionary(xsMachine* the, void* it)
162{
163 PiuScroller* self = it;
164 xsBooleanValue boolean;
165 if (xsFindBoolean(xsArg(1), xsID_looping, &boolean)) {
166 if (boolean)
167 (*self)->flags |= piuLooping;
168 else
169 (*self)->flags &= ~piuLooping;
170 }
171}
172
173void PiuScrollerFitHorizontally(void* it)
174{

Callers 1

PiuScroller_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected