MCPcopy Create free account
hub / github.com/breck7/scroll / wheelEventPixels

Function wheelEventPixels

external/.scrollLibs.js:6176–6181  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

6174 return { x: dx, y: dy }
6175 }
6176 function wheelEventPixels(e) {
6177 var delta = wheelEventDelta(e)
6178 delta.x *= wheelPixelsPerUnit
6179 delta.y *= wheelPixelsPerUnit
6180 return delta
6181 }
6182
6183 function onScrollWheel(cm, e) {
6184 var delta = wheelEventDelta(e),

Callers

nothing calls this directly

Calls 1

wheelEventDeltaFunction · 0.85

Tested by

no test coverage detected