MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / touchmove

Function touchmove

src/dd-touch.ts:94–99  ·  view source on GitHub ↗
(e: TouchEvent)

Source from the content-addressed store, hash-verified

92 * @param {Object} e The document's touchmove event
93 */
94export function touchmove(e: TouchEvent): void {
95 // Ignore event if not handled by us
96 if (!DDTouch.touchHandled) return;
97
98 simulateMouseEvent(e, 'mousemove');
99}
100
101/**
102 * Handle the touchend events

Callers 1

dd-touch-spec.tsFile · 0.90

Calls 1

simulateMouseEventFunction · 0.85

Tested by

no test coverage detected