MCPcopy
hub / github.com/deepch/RTSPtoWebRTC / start

Function start

web/static/js/bootstrap.js:804–810  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

802 }
803
804 var start = function start(event) {
805 if (_this3._pointerEvent && PointerType[event.originalEvent.pointerType.toUpperCase()]) {
806 _this3.touchStartX = event.originalEvent.clientX;
807 } else if (!_this3._pointerEvent) {
808 _this3.touchStartX = event.originalEvent.touches[0].clientX;
809 }
810 };
811
812 var move = function move(event) {
813 // ensure swiping with one touch and not pinching

Callers 1

bootstrap.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected