MCPcopy Create free account
hub / github.com/CoderOpen/waimai / onTouchStart

Method onTouchStart

front/components/mpvueGestureLock/gestureLock.js:43–49  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

41 }
42
43 onTouchStart(e) {
44 this.setOffset(e);
45 this.checkTouch({
46 x: e.touches[0].pageX - this.offsetX,
47 y: e.touches[0].pageY - this.offsetY
48 });
49 }
50
51 onTouchMove(e) {
52 this.moveDraw(e)

Callers

nothing calls this directly

Calls 2

setOffsetMethod · 0.95
checkTouchMethod · 0.95

Tested by

no test coverage detected