MCPcopy Create free account
hub / github.com/microsoft/SandDance / DOMMouseScroll

Function DOMMouseScroll

docs/app/js/sanddance-app.js:123662–123664  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

123660 events: Events,
123661 // to keep old versions of firefox happy
123662 DOMMouseScroll (evt) {
123663 this.fire(MouseWheelEvent, evt);
123664 },
123665 mousemove: move(MouseMoveEvent, MouseOverEvent, MouseOutEvent),
123666 dragover: move(DragOverEvent, DragEnterEvent, DragLeaveEvent),
123667 mouseout: inactive(MouseOutEvent),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected