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

Function PiuApplicationTouchMoved

modules/piu/All/piuApplication.c:396–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void PiuApplicationTouchMoved(PiuApplication* self, xsIntegerValue index, PiuCoordinate x, PiuCoordinate y, xsNumberValue ticks)
397{
398 if (index < (*self)->touchLinkCount) {
399 PiuTouchLink* link = (*self)->touchLinks[index];
400 PiuContent* content = (*link)->content;
401 if (content) {
402 PiuTouchLinkAppendSample(link, x, y, ticks);
403 }
404 }
405}
406
407void PiuDeferLinkCreate(xsMachine* the)
408{

Callers 4

PiuView_onTouchMovedFunction · 0.85
PiuView_onTouchMovedFunction · 0.85
PiuWindowProcFunction · 0.85

Calls 1

PiuTouchLinkAppendSampleFunction · 0.85

Tested by

no test coverage detected