MCPcopy Index your code
hub / github.com/react/react / touchmove

Function touchmove

packages/dom-event-testing-library/domEvents.js:436–438  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

434}
435
436export function touchmove(payload) {
437 return createTouchEvent('touchmove', payload);
438}
439
440export function touchstart(payload) {
441 return createTouchEvent('touchstart', payload);

Callers

nothing calls this directly

Calls 1

createTouchEventFunction · 0.85

Tested by

no test coverage detected