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

Function PiuScrollerFitVertically

modules/piu/All/piuScroller.c:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void PiuScrollerFitVertically(void* it)
184{
185 PiuScroller* self = it;
186 PiuContent* content = (*self)->first;
187 if (content) {
188 PiuContainerFitVertically(it);
189 (*self)->flags |= piuYScrolled;
190 }
191}
192
193void* PiuScrollerHit(void* it, PiuCoordinate x, PiuCoordinate y)
194{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected