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

Function mousemove

src/cdk/menu/menu.spec.ts:114–116  ·  view source on GitHub ↗

Dispatch a mousemove event.

(inElement: HTMLElement, point: Point)

Source from the content-addressed store, hash-verified

112
113 /** Dispatch a mousemove event. */
114 function mousemove(inElement: HTMLElement, point: Point) {
115 dispatchEvent(inElement, createMouseEvent('mousemove', point.x, point.y));
116 }
117
118 /** Return the element at the specified point. */
119 function getElementAt(point: Point) {

Callers 1

hoverFunction · 0.85

Calls 2

createMouseEventFunction · 0.85
dispatchEventFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…