MCPcopy Create free account
hub / github.com/alignoth/alignoth / touchstart

Method touchstart

resources/vega.min.js:14410–14414  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

14408 this._down === this._active && (this.fire(bv, t), (this._down = null));
14409 }
14410 touchstart(t) {
14411 ((this._touch = this.pickEvent(t.changedTouches[0])),
14412 this._first && ((this._active = this._touch), (this._first = !1)),
14413 this.fire(kv, t, !0));
14414 }
14415 touchmove(t) {
14416 this.fire(Av, t, !0);
14417 }

Callers

nothing calls this directly

Calls 2

pickEventMethod · 0.95
fireMethod · 0.95

Tested by

no test coverage detected