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

Method onTouchBegan

tools/xsbug/behaviors.js:522–526  ·  view source on GitHub ↗
(scroller, id, x, y, ticks)

Source from the content-addressed store, hash-verified

520 return true;
521 }
522 onTouchBegan(scroller, id, x, y, ticks) {
523 scroller.captureTouch(id, x, y, ticks);
524 var code = scroller.first;
525 code.behavior.onTouchBeganMode(code, id, x, y, ticks, CHAR_MODE);
526 }
527 onTouchEnded(scroller, id, x, y, ticks) {
528 var code = scroller.first;
529 code.behavior.onTouchEnded(code, id, x, y, ticks);

Callers

nothing calls this directly

Calls 2

captureTouchMethod · 0.65
onTouchBeganModeMethod · 0.45

Tested by

no test coverage detected