MCPcopy Create free account
hub / github.com/breck7/scroll / touchmoved

Function touchmoved

external/.d3.js:2791–2801  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

2789 }
2790
2791 function touchmoved(event) {
2792 var touches = event.changedTouches,
2793 n = touches.length, i, gesture;
2794
2795 for (i = 0; i < n; ++i) {
2796 if (gesture = gestures[touches[i].identifier]) {
2797 noevent$2(event);
2798 gesture("drag", event, touches[i]);
2799 }
2800 }
2801 }
2802
2803 function touchended(event) {
2804 var touches = event.changedTouches,

Callers

nothing calls this directly

Calls 7

noevent$2Function · 0.85
gestureFunction · 0.85
emitterFunction · 0.85
noeventFunction · 0.85
pointerFunction · 0.85
scaleFunction · 0.85
translateFunction · 0.85

Tested by

no test coverage detected