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

Function pointermove

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

Source from the content-addressed store, hash-verified

349}
350
351export function pointermove(payload) {
352 return createPointerEvent('pointermove', {
353 ...payload,
354 button: buttonType.none,
355 });
356}
357
358export function pointerout(payload) {
359 return createPointerEvent('pointerout', payload);

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected