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

Function gotpointercapture

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

Source from the content-addressed store, hash-verified

306 */
307
308export function gotpointercapture(payload) {
309 return createPointerEvent('gotpointercapture', payload);
310}
311
312export function lostpointercapture(payload) {
313 return createPointerEvent('lostpointercapture', payload);

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected