MCPcopy
hub / github.com/angular/components / pointerleave

Function pointerleave

src/material/slider/slider.spec.ts:652–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

650 }
651
652 function pointerleave() {
653 dispatchPointerEvent(input._hostElement, 'pointermove', thumbX + 1000, thumbY);
654 }
655
656 function pointerdown() {
657 dispatchPointerEvent(input._hostElement, 'pointerdown', thumbX, thumbY);

Callers 1

slider.spec.tsFile · 0.85

Calls 1

dispatchPointerEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…