PointerScrolledEvent
Defined in: api/node/typescript/generated/window-event.ts:59
The wheel button of a mouse was rotated to initiate scrolling.
Properties
Section titled “Properties”deltaX
Section titled “deltaX”deltaX:
number
Defined in: api/node/typescript/generated/window-event.ts:68
The amount of logical pixels to scroll in the horizontal direction.
deltaY
Section titled “deltaY”deltaY:
number
Defined in: api/node/typescript/generated/window-event.ts:72
The amount of logical pixels to scroll in the vertical direction.
position
Section titled “position”position:
Point
Defined in: api/node/typescript/generated/window-event.ts:64
The position of the pointer when the scroll occurred.
type:
"pointer-scrolled"
Defined in: api/node/typescript/generated/window-event.ts:60
© 2026 SixtyFPS GmbH