MCPcopy Create free account
hub / github.com/angular/components / pointerenter

Function pointerenter

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

Source from the content-addressed store, hash-verified

646 }
647
648 function pointerenter() {
649 dispatchPointerEvent(input._hostElement, 'pointermove', thumbX, thumbY);
650 }
651
652 function pointerleave() {
653 dispatchPointerEvent(input._hostElement, 'pointermove', thumbX + 1000, thumbY);

Callers 1

slider.spec.tsFile · 0.85

Calls 1

dispatchPointerEventFunction · 0.85

Tested by

no test coverage detected